Information about plays

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

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

{
    "id": 3633079,
    "uri": "https://api.kexp.org/v2/plays/3633079/?format=api",
    "airdate": "2026-03-24T10:18:53-07:00",
    "show": 66268,
    "show_uri": "https://api.kexp.org/v2/shows/66268/?format=api",
    "image_uri": "https://dn711100.ca.archive.org/0/items/mbid-0db7913b-db2a-44d7-ac66-d8996cbbd80b/mbid-0db7913b-db2a-44d7-ac66-d8996cbbd80b-7236465660_thumb500.jpg",
    "thumbnail_uri": "https://dn711100.ca.archive.org/0/items/mbid-0db7913b-db2a-44d7-ac66-d8996cbbd80b/mbid-0db7913b-db2a-44d7-ac66-d8996cbbd80b-7236465660_thumb250.jpg",
    "song": "What a Wonderful World",
    "track_id": "5567da6c-b1cc-36be-b4cc-b3c04f4feafa",
    "recording_id": "73093122-085f-4cc2-8506-fb99c2d9e07e",
    "artist": "Joey Ramone",
    "artist_ids": [
        "2f3f8fb1-e5dc-4548-9601-fada0485e561"
    ],
    "album": "Don’t Worry About Me",
    "release_id": "0db7913b-db2a-44d7-ac66-d8996cbbd80b",
    "release_group_id": "529c50e3-5bfd-33cb-a803-8e3dc3916775",
    "labels": [
        "Sanctuary Records"
    ],
    "label_ids": [
        "0b188c03-0909-4d18-b8b6-4eb93ca1471c"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was first recorded by Louis Armstrong in 1967.  Joey Ramone covered it for his first solo album, \"don't Worry About Me,\" released posthumously in 2002, less than a year after his death.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}