Information about plays

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

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

{
    "id": 376906,
    "uri": "https://api.kexp.org/v2/plays/376906/?format=api",
    "airdate": "2019-09-05T06:53:31-07:00",
    "show": 6272,
    "show_uri": "https://api.kexp.org/v2/shows/6272/?format=api",
    "image_uri": "http://coverartarchive.org/release/bd33b592-9208-49e5-b0dc-fec799689a5c/3325563092-250.jpg",
    "thumbnail_uri": "",
    "song": "Fiction",
    "track_id": "b98ee33e-88b8-3b49-9135-f9f7541fd649",
    "recording_id": null,
    "artist": "The xx",
    "artist_ids": [
        "c5c2ea1c-4bde-4f4d-bd0b-47b200bf99d6"
    ],
    "album": "Coexist",
    "release_id": "bd33b592-9208-49e5-b0dc-fec799689a5c",
    "release_group_id": null,
    "labels": [
        "Young Turks"
    ],
    "label_ids": [
        "87667892-a93f-43e4-a004-f8b9182788df"
    ],
    "release_date": "2012-09-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to The xx's second album 'Coexist,' released on this day in 2012! This London trio made a stop to KEXP in 2017 to play a few songs from us - watch it here: https://www.youtube.com/watch?v=QGkhlIC9wEI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}