Information about plays

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

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

{
    "id": 1387584,
    "uri": "https://api.kexp.org/v2/plays/1387584/?format=api",
    "airdate": "2008-06-19T18:08:17-07:00",
    "show": 24222,
    "show_uri": "https://api.kexp.org/v2/shows/24222/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51-TlqoxPrL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51-TlqoxPrL._SL75_.jpg",
    "song": "Tupelo County Jail (feat. Joy Lynn White)",
    "track_id": "86d634ed-1fa2-4d34-91ca-c427e4d441f0",
    "recording_id": null,
    "artist": "Robbie Fulks",
    "artist_ids": [
        "217f526c-f353-4d8b-8ba7-67fe0407f489"
    ],
    "album": "Caught in the Webb: A Tribute to the Legendary Webb Pierce",
    "release_id": "cc8d2994-c185-48f2-a5fe-8eed2df967b9",
    "release_group_id": null,
    "labels": [
        "Audium Records"
    ],
    "label_ids": [
        "981d2b5c-43bc-4d95-b40b-24488ca24571"
    ],
    "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"
}