Information about plays

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

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

{
    "id": 3622733,
    "uri": "https://api.kexp.org/v2/plays/3622733/?format=api",
    "airdate": "2026-02-26T21:27:20-08:00",
    "show": 66038,
    "show_uri": "https://api.kexp.org/v2/shows/66038/?format=api",
    "image_uri": "https://dn721802.ca.archive.org/0/items/mbid-73fc4208-41f9-47de-8691-4715237801fc/mbid-73fc4208-41f9-47de-8691-4715237801fc-36286400624_thumb500.jpg",
    "thumbnail_uri": "https://dn721802.ca.archive.org/0/items/mbid-73fc4208-41f9-47de-8691-4715237801fc/mbid-73fc4208-41f9-47de-8691-4715237801fc-36286400624_thumb250.jpg",
    "song": "Heaven",
    "track_id": "7718b2bf-86e0-40af-ab06-d6388a67c333",
    "recording_id": "46ef7497-391c-4dbf-bc97-51caa2faf2b1",
    "artist": "Mitski",
    "artist_ids": [
        "fa58cf24-0e44-421d-8519-8bf461dcfaa5"
    ],
    "album": "The Land Is Inhospitable and So Are We",
    "release_id": "73fc4208-41f9-47de-8691-4715237801fc",
    "release_group_id": "242741bf-182e-45d9-9276-5af8d1b31ad9",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2023-09-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://mitski.bandcamp.com\n\nCheck out her Live on KEXP performance from 2018: \n\nhttps://www.youtube.com/watch?v=22nLs0Omn-8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}