Information about plays

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

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

{
    "id": 490249,
    "uri": "https://api.kexp.org/v2/plays/490249/?format=api",
    "airdate": "2001-11-25T15:50:00-08:00",
    "show": 8397,
    "show_uri": "https://api.kexp.org/v2/shows/8397/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/518uyrerubL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/518uyrerubL._SL75_.jpg",
    "song": "Drinking of the Wine",
    "track_id": "9355fb23-9e89-4eb0-a3b5-df2b82cf8109",
    "recording_id": null,
    "artist": "Bascom Lamar Lunsford",
    "artist_ids": [
        "a20db0dc-70a3-447c-a984-69b0f70bac0b"
    ],
    "album": "Ballads, Banjo Tunes, and Sacred Songs of Western North Carolina",
    "release_id": "9fdcf991-9510-45e9-ada4-e86d5436d519",
    "release_group_id": null,
    "labels": [
        "Smithsonian Folkways"
    ],
    "label_ids": [
        "a1bc50b9-4ef5-409d-9042-594d653f425a"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}