Information about plays

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

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

{
    "id": 372563,
    "uri": "https://api.kexp.org/v2/plays/372563/?format=api",
    "airdate": "2019-08-26T13:24:48-07:00",
    "show": 6207,
    "show_uri": "https://api.kexp.org/v2/shows/6207/?format=api",
    "image_uri": "http://coverartarchive.org/release/2f1b11bf-5dfe-450e-9db9-6b7804dc90eb/8040240591-250.jpg",
    "thumbnail_uri": "",
    "song": "Girl Inform Me",
    "track_id": "1fa1c043-d833-377d-a1e7-4b55970e56d2",
    "recording_id": null,
    "artist": "The Shins",
    "artist_ids": [
        "6c8b9855-ba8b-48f9-ac1d-42167f7f7b18"
    ],
    "album": "Oh, Inverted World",
    "release_id": "2f1b11bf-5dfe-450e-9db9-6b7804dc90eb",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2001-06-19",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Go back, back, back in time to watch The Shins in a live KEXP in-studio performance:  https://www.youtube.com/watch?v=F_cUhTMP3wI&t=748s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}