Information about plays

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

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

{
    "id": 372969,
    "uri": "https://api.kexp.org/v2/plays/372969/?format=api",
    "airdate": "2019-08-27T11:54:00-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Should I Stay or Should I Go",
    "track_id": "de563162-f868-4bce-b1ee-2561bf514c26",
    "recording_id": null,
    "artist": "The Clash",
    "artist_ids": [
        "8f92558c-2baa-4758-8c38-615519e9deda"
    ],
    "album": "Clash on Broadway",
    "release_id": "d575a051-0ac7-4388-8727-fae0a8249382",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nichole wrote, \"My big sister made this set of mixtapes in 1995 for my 17th birthday, probably in an effort to make me as cool as she was.\"  Playing this song would have made her cool: https://www.youtube.com/watch?v=pmEMMyvZHcw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}