Information about plays

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

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

{
    "id": 2675383,
    "uri": "https://api.kexp.org/v2/plays/2675383/?format=api",
    "airdate": "2019-12-19T13:39:29-08:00",
    "show": 46180,
    "show_uri": "https://api.kexp.org/v2/shows/46180/?format=api",
    "image_uri": "https://coverartarchive.org/release/d1013387-33dc-4e3e-b7ea-fc2af4986247/10338928571-250.jpg",
    "thumbnail_uri": "",
    "song": "Poor Queen",
    "track_id": "fba52a00-a99c-433b-bbb9-9ce29822a9b9",
    "recording_id": null,
    "artist": "Oh Sees",
    "artist_ids": [
        "194272cc-dcc8-4640-a4a6-66da7d250d5c"
    ],
    "album": "Mutilator Defeated at Last",
    "release_id": "d1013387-33dc-4e3e-b7ea-fc2af4986247",
    "release_group_id": null,
    "labels": [
        "Castle Face Records"
    ],
    "label_ids": [
        "0274b1c2-1e89-4adf-a77f-c8341cc7bcee"
    ],
    "release_date": "2015-05-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oh Sees (formerly known as Thee Oh Sees) performed live at KEXP in November 2016. https://www.youtube.com/watch?v=FrMacbbLxuc&t=1546s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}