Information about plays

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

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

{
    "id": 1376007,
    "uri": "https://api.kexp.org/v2/plays/1376007/?format=api",
    "airdate": "2008-05-19T12:51:15-07:00",
    "show": 24018,
    "show_uri": "https://api.kexp.org/v2/shows/24018/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51WCD4kLUUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51WCD4kLUUL._SL75_.jpg",
    "song": "We Call Upon the Author",
    "track_id": "906f8601-958a-4fe4-a938-f8bd8d709696",
    "recording_id": null,
    "artist": "Nick Cave & The Bad Seeds",
    "artist_ids": [
        "172e1f1a-504d-4488-b053-6344ba63e6d0"
    ],
    "album": "Dig, Lazarus, Dig!!!",
    "release_id": "9766eb20-7fb0-4376-a553-31181b902560",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2008-03-03",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}