Information about plays

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

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

{
    "id": 371239,
    "uri": "https://api.kexp.org/v2/plays/371239/?format=api",
    "airdate": "2019-08-23T09:43:36-07:00",
    "show": 6183,
    "show_uri": "https://api.kexp.org/v2/shows/6183/?format=api",
    "image_uri": "http://coverartarchive.org/release/953dba7d-c95a-3b5b-807f-ab855034abef/9716935413-250.jpg",
    "thumbnail_uri": "",
    "song": "2 Kindsa Love",
    "track_id": "4d1dbe88-e993-3457-84c4-f4abbbdc130f",
    "recording_id": null,
    "artist": "The Jon Spencer Blues Explosion",
    "artist_ids": [
        "d1ab8ca8-fb9f-4e78-a422-3cd5406dc0b1"
    ],
    "album": "Now I Got Worry",
    "release_id": "953dba7d-c95a-3b5b-807f-ab855034abef",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1996-10-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Jon Spencer Blues Explosion was live in the KEXP studio back in 2011:  https://www.youtube.com/watch?v=A-UqIanlKd8&t=49s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}