Information about plays

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

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

{
    "id": 491046,
    "uri": "https://api.kexp.org/v2/plays/491046/?format=api",
    "airdate": "2001-11-28T00:31:00-08:00",
    "show": 8414,
    "show_uri": "https://api.kexp.org/v2/shows/8414/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Y42KD5AFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Y42KD5AFL._SL75_.jpg",
    "song": "Holy Ghost",
    "track_id": "f1941a1e-31d1-434c-9d95-0610b2fa63fe",
    "recording_id": null,
    "artist": "Albert Ayler",
    "artist_ids": [
        "b2dcc67a-45f9-4b9f-8221-3da4e0d32491"
    ],
    "album": "Live in Greenwich Village: The Complete Impulse Recordings (disc 1)",
    "release_id": "d4b5791e-cf1c-444f-aa13-0a54cf434f56",
    "release_group_id": null,
    "labels": [
        "impulse!"
    ],
    "label_ids": [
        "93c3b044-2b4e-4239-a73b-8fb76f3e6ca9"
    ],
    "release_date": "1998-10-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}