Information about plays

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

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

{
    "id": 3637276,
    "uri": "https://api.kexp.org/v2/plays/3637276/?format=api",
    "airdate": "2026-04-03T13:07:22-07:00",
    "show": 66354,
    "show_uri": "https://api.kexp.org/v2/shows/66354/?format=api",
    "image_uri": "https://dn710807.ca.archive.org/0/items/mbid-3d08ec09-d852-43ce-ab7d-2a14d44d6ad9/mbid-3d08ec09-d852-43ce-ab7d-2a14d44d6ad9-4528115695_thumb500.jpg",
    "thumbnail_uri": "https://dn710807.ca.archive.org/0/items/mbid-3d08ec09-d852-43ce-ab7d-2a14d44d6ad9/mbid-3d08ec09-d852-43ce-ab7d-2a14d44d6ad9-4528115695_thumb250.jpg",
    "song": "It Is Not Meant to Be",
    "track_id": "2c506e19-7b39-332e-a3d5-ec96e3b5ab01",
    "recording_id": "32f7093f-b29c-4626-aceb-2270e1db9d77",
    "artist": "Tame Impala",
    "artist_ids": [
        "63aa26c3-d59b-4da4-84ac-716b54f1ef4d"
    ],
    "album": "Innerspeaker",
    "release_id": "3d08ec09-d852-43ce-ab7d-2a14d44d6ad9",
    "release_group_id": "0cfdeff7-4aa7-4df4-918d-88c9421cc512",
    "labels": [
        "Modular Recordings"
    ],
    "label_ids": [
        "1a69fd71-e415-4439-b830-49ab0752d9f7"
    ],
    "release_date": "2010-05-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song served as the introduction to Tame Impala's debut studio album, \"Innerspeaker.\"  It was both written and produced by Kevin Parker.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}