Information about plays

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

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

{
    "id": 1274578,
    "uri": "https://api.kexp.org/v2/plays/1274578/?format=api",
    "airdate": "2007-09-03T01:09:00-07:00",
    "show": 22311,
    "show_uri": "https://api.kexp.org/v2/shows/22311/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51J08FG97KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51J08FG97KL._SL75_.jpg",
    "song": "Singing in the Shower (feat. Jerry Garcia)",
    "track_id": "13739532-0f27-43ff-a361-8379199f1de7",
    "recording_id": null,
    "artist": "Ornette Coleman & Prime Time",
    "artist_ids": [
        "f29f7c31-33b2-4b27-b4ee-6102a826f2fd"
    ],
    "album": "Virgin Beauty",
    "release_id": "aa36f047-1133-4412-a794-1b05c7e6e4d9",
    "release_group_id": null,
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "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"
}