Information about plays

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

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

{
    "id": 381562,
    "uri": "https://api.kexp.org/v2/plays/381562/?format=api",
    "airdate": "2019-09-16T10:48:56-07:00",
    "show": 6353,
    "show_uri": "https://api.kexp.org/v2/shows/6353/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rudie Can’t Fail",
    "track_id": "7c984e93-4a7a-3a21-8f5f-30f660c7de29",
    "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": "Donald A. Guarisco of Allmusic described it as \"an exuberant horn-driven number that mixes pop and soul elements in to spice up its predominantly reggae sound.\" Read more about Rudie Cant Fail: https://bit.ly/1St9hst",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}