Information about plays

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

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

{
    "id": 3621937,
    "uri": "https://api.kexp.org/v2/plays/3621937/?format=api",
    "airdate": "2026-02-25T02:38:10-08:00",
    "show": 66024,
    "show_uri": "https://api.kexp.org/v2/shows/66024/?format=api",
    "image_uri": "https://dn710200.ca.archive.org/0/items/mbid-e315a8a4-3ac4-4c68-af95-844a1d3d01c0/mbid-e315a8a4-3ac4-4c68-af95-844a1d3d01c0-26961222990_thumb500.jpg",
    "thumbnail_uri": "https://dn710200.ca.archive.org/0/items/mbid-e315a8a4-3ac4-4c68-af95-844a1d3d01c0/mbid-e315a8a4-3ac4-4c68-af95-844a1d3d01c0-26961222990_thumb250.jpg",
    "song": "Soft Shock",
    "track_id": "a11a9e31-43f2-32f9-8d28-b4bbe3d007c3",
    "recording_id": "68e85394-8eef-459f-9b6e-7f50f2e04919",
    "artist": "Yeah Yeah Yeahs",
    "artist_ids": [
        "584c04d2-4acc-491b-8a0a-e63133f4bfc4"
    ],
    "album": "It's Blitz!",
    "release_id": "e315a8a4-3ac4-4c68-af95-844a1d3d01c0",
    "release_group_id": "08e1a593-cbce-3943-8a90-79c4d8c2b693",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2009-03-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This third LP from Yeah Yeah Yeahs got started at a dairy farm in Massachusetts, and recorded at Sonic Ranch studio in El Paso, Texas.\n\nhttps://yeahyeahyeahs.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}