Information about plays

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

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

{
    "id": 3622851,
    "uri": "https://api.kexp.org/v2/plays/3622851/?format=api",
    "airdate": "2026-02-27T03:54:52-08:00",
    "show": 66040,
    "show_uri": "https://api.kexp.org/v2/shows/66040/?format=api",
    "image_uri": "https://dn721800.ca.archive.org/0/items/mbid-1d12bb61-9a28-491b-bdb2-b37b8101e412/mbid-1d12bb61-9a28-491b-bdb2-b37b8101e412-19092887385_thumb500.jpg",
    "thumbnail_uri": "https://dn721800.ca.archive.org/0/items/mbid-1d12bb61-9a28-491b-bdb2-b37b8101e412/mbid-1d12bb61-9a28-491b-bdb2-b37b8101e412-19092887385_thumb250.jpg",
    "song": "No One Knows (Studio Version)",
    "track_id": "59eec0de-7ddf-4eca-b735-4647aa42523c",
    "recording_id": "cd0c90f2-2d8b-4ce0-bf89-a0a143de3456",
    "artist": "Queens of the Stone Age",
    "artist_ids": [
        "7dc8f5bd-9d0b-4087-9f73-dc164950bbd8"
    ],
    "album": "Sample This School Boy",
    "release_id": "1d12bb61-9a28-491b-bdb2-b37b8101e412",
    "release_group_id": "2750efd1-fb35-41cc-b9b6-372a84db9821",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Rafael in Peru!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}