Information about plays

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

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

{
    "id": 351026,
    "uri": "https://api.kexp.org/v2/plays/351026/?format=api",
    "airdate": "2019-07-06T22:09:00-07:00",
    "show": 5848,
    "show_uri": "https://api.kexp.org/v2/shows/5848/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Young, Gifted, Black, In Leather",
    "track_id": "4fb4a10c-8ed3-49c3-8b6d-f518fc869c9c",
    "recording_id": null,
    "artist": "SPECIAL INTEREST",
    "artist_ids": [
        "cb0a7ee8-69fe-409c-85ae-820e3f1e46d4"
    ],
    "album": "Spiraling",
    "release_id": "a8f9e665-aa6c-42e8-9ac3-0de928adacbb",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-02-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}