Information about plays

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

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

{
    "id": 3573858,
    "uri": "https://api.kexp.org/v2/plays/3573858/?format=api",
    "airdate": "2025-11-04T09:40:53-08:00",
    "show": 65020,
    "show_uri": "https://api.kexp.org/v2/shows/65020/?format=api",
    "image_uri": "https://ia800202.us.archive.org/9/items/mbid-07cd271a-ab03-454f-88f9-a159e14e4297/mbid-07cd271a-ab03-454f-88f9-a159e14e4297-838192118_thumb500.jpg",
    "thumbnail_uri": "https://ia800202.us.archive.org/9/items/mbid-07cd271a-ab03-454f-88f9-a159e14e4297/mbid-07cd271a-ab03-454f-88f9-a159e14e4297-838192118_thumb250.jpg",
    "song": "How Near How Far",
    "track_id": "6b6aee24-3e47-3697-a9da-8fca05a28a3f",
    "recording_id": "d8eef82d-7cda-49ad-b37f-ca65a08c86a0",
    "artist": "…And You Will Know Us by the Trail of Dead",
    "artist_ids": [
        "9c1ff574-2ae4-4fea-881f-83293d0d5881"
    ],
    "album": "Source Tags & Codes",
    "release_id": "07cd271a-ab03-454f-88f9-a159e14e4297",
    "release_group_id": "b2ed93f0-9b35-3d86-ac20-0c57272d86fc",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2002-02-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pitchfork gave this record the elusive 10.0 \nhttps://pitchfork.com/reviews/albums/178-source-tags-and-codes/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}