Information about plays

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

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

{
    "id": 373940,
    "uri": "https://api.kexp.org/v2/plays/373940/?format=api",
    "airdate": "2019-08-29T10:22:25-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "http://coverartarchive.org/release/a3a5335f-3739-42e9-b755-6f944a5f427a/10246499760-250.jpg",
    "thumbnail_uri": "",
    "song": "Death With Dignity",
    "track_id": "5df52d7c-d933-4d3c-a541-075a03e6573f",
    "recording_id": null,
    "artist": "Sufjan Stevens",
    "artist_ids": [
        "01d3c51b-9b98-418a-8d8e-37f6fab59d8c"
    ],
    "album": "Carrie & Lowell",
    "release_id": "a3a5335f-3739-42e9-b755-6f944a5f427a",
    "release_group_id": null,
    "labels": [
        "Asthmatic Kitty Records"
    ],
    "label_ids": [
        "e56c2bce-416f-4ddf-aee0-be2b3eee4067"
    ],
    "release_date": "2015-03-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Tanya's \"Funeral Jamz\" mix here on Mixtape Week: https://www.kexp.org/mixtape/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}