Information about plays

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

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

{
    "id": 466679,
    "uri": "https://api.kexp.org/v2/plays/466679/?format=api",
    "airdate": "2001-09-16T06:10:00-07:00",
    "show": 7938,
    "show_uri": "https://api.kexp.org/v2/shows/7938/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Touch of the Blues",
    "track_id": "55152a07-cd9a-4048-8daa-9d50dd4a67a0",
    "recording_id": null,
    "artist": "Bobby \"Blue\" Bland",
    "artist_ids": [
        "66ebc271-6a26-4fe7-848b-f217da119d92"
    ],
    "album": "Greatest Blues Legends",
    "release_id": "9aabac8e-6f23-478a-b746-72a283eca49c",
    "release_group_id": null,
    "labels": [
        "MCA"
    ],
    "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"
}