Information about plays

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

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

{
    "id": 371391,
    "uri": "https://api.kexp.org/v2/plays/371391/?format=api",
    "airdate": "2019-08-23T16:37:03-07:00",
    "show": 6185,
    "show_uri": "https://api.kexp.org/v2/shows/6185/?format=api",
    "image_uri": "http://coverartarchive.org/release/0469e14a-69b8-4c3a-bbd6-663db6c39b3c/14572073019-250.jpg",
    "thumbnail_uri": "",
    "song": "Furr",
    "track_id": "eb81b485-c7fc-3d3c-8416-8575412c9c8d",
    "recording_id": null,
    "artist": "Blitzen Trapper",
    "artist_ids": [
        "a186c93d-0f30-4c56-9265-98c0eba19242"
    ],
    "album": "Furr",
    "release_id": "0469e14a-69b8-4c3a-bbd6-663db6c39b3c",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2008-09-23",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Blitzen Trapper's fourth album was named one of the Rolling Stone's best of 2008!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}