Information about plays

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

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

{
    "id": 1353121,
    "uri": "https://api.kexp.org/v2/plays/1353121/?format=api",
    "airdate": "2008-03-22T22:38:21-07:00",
    "show": 23634,
    "show_uri": "https://api.kexp.org/v2/shows/23634/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/511Dc6FRmfL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/511Dc6FRmfL._SL75_.jpg",
    "song": "A History of Bad Men",
    "track_id": null,
    "recording_id": null,
    "artist": "Melvins",
    "artist_ids": [
        "9ccfbc94-a4f4-42f7-b6f5-d903ab77cccb"
    ],
    "album": "(A) Senile Animal",
    "release_id": "86d31939-fbcc-429c-a0e3-1a5bb5330b75",
    "release_group_id": null,
    "labels": [
        "Ipecac Recordings"
    ],
    "label_ids": [
        "1ead555f-78d5-4d8a-aab5-d69f4013a0ac"
    ],
    "release_date": "2006-10-10",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}