Information about plays

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

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

{
    "id": 535331,
    "uri": "https://api.kexp.org/v2/plays/535331/?format=api",
    "airdate": "2002-04-06T16:54:44-08:00",
    "show": 9274,
    "show_uri": "https://api.kexp.org/v2/shows/9274/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41842FFZRJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41842FFZRJL._SL75_.jpg",
    "song": "Scientifical Madness",
    "track_id": "d52f45d0-c4a5-4289-a817-210053c444e3",
    "recording_id": null,
    "artist": "Jeru the Damaja",
    "artist_ids": [
        "6593c2bc-9327-4adf-a8b2-b315e4f5c0bb"
    ],
    "album": "Wrath of the Math",
    "release_id": "ff0dabec-536d-4cf4-a15c-89b2a5a60622",
    "release_group_id": null,
    "labels": [
        "FFRR"
    ],
    "label_ids": [
        "d51690ee-c132-41e3-bbde-bb3a4afd835a"
    ],
    "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"
}