Information about plays

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

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

{
    "id": 372992,
    "uri": "https://api.kexp.org/v2/plays/372992/?format=api",
    "airdate": "2019-08-27T13:21:37-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "http://coverartarchive.org/release/d9bebc4b-d3ea-45db-9202-5bd45a64961a/15829347138-250.jpg",
    "thumbnail_uri": "",
    "song": "What It Means",
    "track_id": "0f49e00a-2c42-4858-b956-ac1c8f3843a5",
    "recording_id": null,
    "artist": "Drive-By Truckers",
    "artist_ids": [
        "8eae1e0a-1696-4532-9e3c-0a072217ef4c"
    ],
    "album": "American Band",
    "release_id": "d9bebc4b-d3ea-45db-9202-5bd45a64961a",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2016-09-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thank you, Amy, for this powerful song.  Watch the Drive-By Truckers sing it live in the KEXP studio:  https://www.youtube.com/watch?v=CfN9Qz_kIU0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}