Information about plays

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

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

{
    "id": 3645177,
    "uri": "https://api.kexp.org/v2/plays/3645177/?format=api",
    "airdate": "2026-04-22T03:07:55-07:00",
    "show": 66519,
    "show_uri": "https://api.kexp.org/v2/shows/66519/?format=api",
    "image_uri": "https://dn711302.ca.archive.org/0/items/mbid-2eede49e-4b29-33cf-8bb9-d8edb31d56c8/mbid-2eede49e-4b29-33cf-8bb9-d8edb31d56c8-34922115203_thumb500.jpg",
    "thumbnail_uri": "https://dn711302.ca.archive.org/0/items/mbid-2eede49e-4b29-33cf-8bb9-d8edb31d56c8/mbid-2eede49e-4b29-33cf-8bb9-d8edb31d56c8-34922115203_thumb250.jpg",
    "song": "Money’s Too Tight (to Mention)",
    "track_id": "e4355a4f-e135-362a-a744-d49be280f42b",
    "recording_id": "fa0b3699-4055-4c5a-88ce-f33c0a0ac643",
    "artist": "Simply Red",
    "artist_ids": [
        "a9100753-f539-43cf-bcc9-579566fb512e"
    ],
    "album": "Picture Book",
    "release_id": "2eede49e-4b29-33cf-8bb9-d8edb31d56c8",
    "release_group_id": "7a80d7c7-94f0-302b-90d9-d5ae4cbe3dae",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}