Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/495155/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 495155,
    "uri": "https://api.kexp.org/v2/plays/495155/?format=api",
    "airdate": "2001-12-10T02:10:00-08:00",
    "show": 8493,
    "show_uri": "https://api.kexp.org/v2/shows/8493/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51l%2BSBllUDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51l%2BSBllUDL._SL75_.jpg",
    "song": "Keep a Knockin'",
    "track_id": "ea02d886-dd74-462f-b441-9166c1187b0f",
    "recording_id": null,
    "artist": "The Sonics",
    "artist_ids": [
        "16346cf4-4d2b-40ec-8393-0fc7296d92fe"
    ],
    "album": "Here Are The Sonics",
    "release_id": "4fa81d1e-3fcb-48a8-8ab0-60a76a4688d9",
    "release_group_id": null,
    "labels": [
        "Norton Records"
    ],
    "label_ids": [
        "6eeb7660-66eb-4d58-b41e-107c5b858d4e"
    ],
    "release_date": "1999-06-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}