Information about plays

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

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

{
    "id": 2683296,
    "uri": "https://api.kexp.org/v2/plays/2683296/?format=api",
    "airdate": "2020-01-07T13:16:43.408000-08:00",
    "show": 46313,
    "show_uri": "https://api.kexp.org/v2/shows/46313/?format=api",
    "image_uri": "https://ia801904.us.archive.org/29/items/mbid-455d7ec7-d625-3bf5-a9e2-2dd4abc5d4fe/mbid-455d7ec7-d625-3bf5-a9e2-2dd4abc5d4fe-3350236762.jpg",
    "thumbnail_uri": "https://ia801904.us.archive.org/29/items/mbid-455d7ec7-d625-3bf5-a9e2-2dd4abc5d4fe/mbid-455d7ec7-d625-3bf5-a9e2-2dd4abc5d4fe-3350236762_thumb250.jpg",
    "song": "Let’s Call It Off",
    "track_id": "5500a619-6fd7-3eb3-917c-e6646606c7bd",
    "recording_id": null,
    "artist": "Peter Bjorn and John",
    "artist_ids": [
        "32a83250-7e26-422d-b9ac-f4564343e9ce"
    ],
    "album": "Writer’s Block",
    "release_id": "455d7ec7-d625-3bf5-a9e2-2dd4abc5d4fe",
    "release_group_id": "86f399f1-1a78-31f8-af1b-89fc1a40eeb5",
    "labels": [
        "Wichita"
    ],
    "label_ids": [
        "1c7066e4-c0ca-42c9-b1ae-d29a39855c0a"
    ],
    "release_date": "2006-08-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "They'll be at The Crocodile on Saturday, March 28th, 2020.  Cheryl Waters was the host when they performed live in the KEXP studio in 2016: https://www.youtube.com/watch?v=U531pl4xfL4&t=50s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}