Information about plays

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

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

{
    "id": 1268798,
    "uri": "https://api.kexp.org/v2/plays/1268798/?format=api",
    "airdate": "2007-08-19T09:30:00-07:00",
    "show": 22213,
    "show_uri": "https://api.kexp.org/v2/shows/22213/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/215KFMCD41L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/215KFMCD41L._SL75_.jpg",
    "song": "Black Angel Blues (Sweet Black Angel)",
    "track_id": "1b7f2b3f-8acd-45ec-84ec-8b8dafdcd2fc",
    "recording_id": null,
    "artist": "Robert Nighthawk",
    "artist_ids": [
        "b4060871-2602-48b7-b2d4-855f68b0af3c"
    ],
    "album": "The Best of Chess Blues, Volume 1",
    "release_id": "13b6075c-78a4-4665-911c-600fb6841d3b",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "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"
}