Information about plays

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

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

{
    "id": 3421652,
    "uri": "https://api.kexp.org/v2/plays/3421652/?format=api",
    "airdate": "2024-11-05T08:37:45-08:00",
    "show": 61769,
    "show_uri": "https://api.kexp.org/v2/shows/61769/?format=api",
    "image_uri": "https://ia903407.us.archive.org/1/items/mbid-c3eb7db1-c725-4075-96cb-2b7800824d0c/mbid-c3eb7db1-c725-4075-96cb-2b7800824d0c-29320065143_thumb500.jpg",
    "thumbnail_uri": "https://ia803407.us.archive.org/1/items/mbid-c3eb7db1-c725-4075-96cb-2b7800824d0c/mbid-c3eb7db1-c725-4075-96cb-2b7800824d0c-29320065143_thumb250.jpg",
    "song": "Life Is Confusing",
    "track_id": "71c7f2b6-878d-4c18-bd1f-69adcb2fa32f",
    "recording_id": "47bf9943-f29c-4365-a867-7c683c8058a5",
    "artist": "Langhorne Slim",
    "artist_ids": [
        "0bc5259b-bf08-40ad-9f6a-20462f652e83"
    ],
    "album": "Lost at Last, Vol. 1",
    "release_id": "c3eb7db1-c725-4075-96cb-2b7800824d0c",
    "release_group_id": "b1f8402d-062a-4bef-9aae-6b01f27875b6",
    "labels": [
        "Dualtone"
    ],
    "label_ids": [
        "75791605-acff-455b-930c-3d9dfacdd902"
    ],
    "release_date": "2017-11-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Gregg (West Seattle)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}