Information about plays

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

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

{
    "id": 3639256,
    "uri": "https://api.kexp.org/v2/plays/3639256/?format=api",
    "airdate": "2026-04-08T01:06:38-07:00",
    "show": 66396,
    "show_uri": "https://api.kexp.org/v2/shows/66396/?format=api",
    "image_uri": "https://dn710009.ca.archive.org/0/items/mbid-47731327-ca31-4d92-b094-398fd25c3e92/mbid-47731327-ca31-4d92-b094-398fd25c3e92-36417375095_thumb500.jpg",
    "thumbnail_uri": "https://dn710009.ca.archive.org/0/items/mbid-47731327-ca31-4d92-b094-398fd25c3e92/mbid-47731327-ca31-4d92-b094-398fd25c3e92-36417375095_thumb250.jpg",
    "song": "BLAH BLAH BLAH",
    "track_id": "8ec456f8-3a37-4e53-9770-c2e09f85aa16",
    "recording_id": "6f49bbef-a27a-4be7-a8e1-6f647d8d1231",
    "artist": "ill peach",
    "artist_ids": [
        "5c1a06d4-cb92-4e4d-830c-c20c3d38fbc0"
    ],
    "album": "THIS IS NOT AN EXIT",
    "release_id": "47731327-ca31-4d92-b094-398fd25c3e92",
    "release_group_id": "72577afc-6145-40bc-bfb4-31c5ef1ca254",
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2023-11-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}