Information about plays

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

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

{
    "id": 381863,
    "uri": "https://api.kexp.org/v2/plays/381863/?format=api",
    "airdate": "2019-09-17T05:44:40-07:00",
    "show": 6357,
    "show_uri": "https://api.kexp.org/v2/shows/6357/?format=api",
    "image_uri": "http://coverartarchive.org/release/0353395b-f61f-4b90-87e2-7aa5ec4246cd/19204663031-250.jpg",
    "thumbnail_uri": "",
    "song": "TNT",
    "track_id": "5d3f4f25-53c9-3f17-a8f4-84d090bb077d",
    "recording_id": null,
    "artist": "Tortoise",
    "artist_ids": [
        "e0953daa-860f-4dc8-9f1a-b12587cdaf17"
    ],
    "album": "TNT",
    "release_id": "0353395b-f61f-4b90-87e2-7aa5ec4246cd",
    "release_group_id": null,
    "labels": [
        "Thrill Jockey"
    ],
    "label_ids": [
        "5194917c-215b-4094-b5ec-4005e408b2df"
    ],
    "release_date": "1998-03-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}