Information about plays

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

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

{
    "id": 351571,
    "uri": "https://api.kexp.org/v2/plays/351571/?format=api",
    "airdate": "2019-07-08T05:13:31-07:00",
    "show": 5859,
    "show_uri": "https://api.kexp.org/v2/shows/5859/?format=api",
    "image_uri": "http://coverartarchive.org/release/62e683c9-bcaa-4e16-9863-b1e3e561e149/23297608278-250.jpg",
    "thumbnail_uri": "",
    "song": "Fall Down",
    "track_id": "492af54c-5bbb-45f8-8549-0ee3722cef37",
    "recording_id": null,
    "artist": "Crumb",
    "artist_ids": [
        "b747dabe-b66c-48f6-bae6-b5e16d86b9ab"
    ],
    "album": "Jinx",
    "release_id": "62e683c9-bcaa-4e16-9863-b1e3e561e149",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-06-14",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}