Information about plays

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

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

{
    "id": 375919,
    "uri": "https://api.kexp.org/v2/plays/375919/?format=api",
    "airdate": "2019-09-03T08:00:45-07:00",
    "show": 6260,
    "show_uri": "https://api.kexp.org/v2/shows/6260/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Train in Vain",
    "track_id": "fb280f09-81d8-3cb2-bf3d-f7633a87dc35",
    "recording_id": null,
    "artist": "The Clash",
    "artist_ids": [
        "8f92558c-2baa-4758-8c38-615519e9deda"
    ],
    "album": "London Calling",
    "release_id": "7dd14334-c701-42e7-8c55-5e858be73f6a",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2004-09-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Train in Vain' was not originally listed on the album's track listing, appearing as a hidden track at the end of the album. This was because the track was added to the record at the last minute, when the sleeve was already in production. Some editions include the song in the track listing. It was the first Clash song to reach the United States Top 30 charts",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}