Information about plays

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

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

{
    "id": 3641276,
    "uri": "https://api.kexp.org/v2/plays/3641276/?format=api",
    "airdate": "2026-04-12T17:40:52-07:00",
    "show": 66435,
    "show_uri": "https://api.kexp.org/v2/shows/66435/?format=api",
    "image_uri": "https://dn710808.ca.archive.org/0/items/mbid-60d7f159-ab84-447c-afa9-c0d292de64c6/mbid-60d7f159-ab84-447c-afa9-c0d292de64c6-44534049295_thumb500.jpg",
    "thumbnail_uri": "https://dn710808.ca.archive.org/0/items/mbid-60d7f159-ab84-447c-afa9-c0d292de64c6/mbid-60d7f159-ab84-447c-afa9-c0d292de64c6-44534049295_thumb250.jpg",
    "song": "In This Life",
    "track_id": "e1bc9563-fe1a-45d2-91ce-4da37620720d",
    "recording_id": "56fbc1af-a010-47b4-9fa1-3db0c1367024",
    "artist": "Arima Ederra",
    "artist_ids": [
        "33f193dc-d07e-44d0-b2ef-fe4bd18a54a4"
    ],
    "album": "A Rush To Nowhere",
    "release_id": "60d7f159-ab84-447c-afa9-c0d292de64c6",
    "release_group_id": "bb421574-a066-4430-94fe-f9d4b0e15807",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2026-03-06",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}