Information about plays

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

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

{
    "id": 3627797,
    "uri": "https://api.kexp.org/v2/plays/3627797/?format=api",
    "airdate": "2026-03-11T16:36:01-07:00",
    "show": 66154,
    "show_uri": "https://api.kexp.org/v2/shows/66154/?format=api",
    "image_uri": "https://dn710800.ca.archive.org/0/items/mbid-9fbaf9af-9e02-4b3d-806f-8421fca8b37e/mbid-9fbaf9af-9e02-4b3d-806f-8421fca8b37e-14958070744_thumb500.jpg",
    "thumbnail_uri": "https://dn710800.ca.archive.org/0/items/mbid-9fbaf9af-9e02-4b3d-806f-8421fca8b37e/mbid-9fbaf9af-9e02-4b3d-806f-8421fca8b37e-14958070744_thumb250.jpg",
    "song": "Cosmic Egg",
    "track_id": "cf5248f4-48ac-3b52-866d-f9cbeba7cd35",
    "recording_id": "9df90671-cbae-43aa-ae27-876a01651a6d",
    "artist": "Wolfmother",
    "artist_ids": [
        "f0c8f75f-8736-4b1d-b312-9349fcff321d"
    ],
    "album": "Cosmic Egg",
    "release_id": "9fbaf9af-9e02-4b3d-806f-8421fca8b37e",
    "release_group_id": "b9b3ba85-22ad-457a-b157-c3cd3d91f244",
    "labels": [
        "Modular Recordings",
        "DGC Records",
        "Interscope Records"
    ],
    "label_ids": [
        "1a69fd71-e415-4439-b830-49ab0752d9f7",
        "68803e28-86fe-4a95-985f-8e493795ab31",
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2009-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On tour in the US later this year! https://wolfmother.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}