Information about plays

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

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

{
    "id": 353922,
    "uri": "https://api.kexp.org/v2/plays/353922/?format=api",
    "airdate": "2019-07-13T16:27:00-07:00",
    "show": 5898,
    "show_uri": "https://api.kexp.org/v2/shows/5898/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ashes to Ashes",
    "track_id": "df12822d-2630-4339-8918-5c611a51bb1f",
    "recording_id": null,
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Scary Monsters... and Super Creeps",
    "release_id": "d09af2f1-6880-4e8c-a357-a74052d5c02e",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Scary Monsters (and Super Creeps), also known simply as Scary Monsters, is the 14th studio album by David Bowie, released on 12 September 1980",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}