Information about plays

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

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

{
    "id": 371177,
    "uri": "https://api.kexp.org/v2/plays/371177/?format=api",
    "airdate": "2019-08-23T06:13:48-07:00",
    "show": 6183,
    "show_uri": "https://api.kexp.org/v2/shows/6183/?format=api",
    "image_uri": "http://coverartarchive.org/release/ccce7a2e-168c-4675-8bbc-b6f5d73cde1b/21277107697-250.jpg",
    "thumbnail_uri": "",
    "song": "Here in Spirit",
    "track_id": "03149881-51d6-4f08-819f-f3cbbf9c32b5",
    "recording_id": null,
    "artist": "Jim James",
    "artist_ids": [
        "b7c4125d-2867-4e29-ba44-b19a69309c68"
    ],
    "album": "Eternally Even",
    "release_id": "ccce7a2e-168c-4675-8bbc-b6f5d73cde1b",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2016-11-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On May 12, 2020, Jim James will actually be here in Seattle, teaming up with the Seattle Symphony in Benaroya Hall for a performance of the orchestral song cycle\"The Order of Nature.\": https://jimjames.com/events/446538",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}