Information about plays

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

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

{
    "id": 3641274,
    "uri": "https://api.kexp.org/v2/plays/3641274/?format=api",
    "airdate": "2026-04-12T17:34:59-07:00",
    "show": 66435,
    "show_uri": "https://api.kexp.org/v2/shows/66435/?format=api",
    "image_uri": "https://dn710709.ca.archive.org/0/items/mbid-f421b988-09d5-4287-9fa7-2812cd183d1c/mbid-f421b988-09d5-4287-9fa7-2812cd183d1c-12069584156_thumb500.jpg",
    "thumbnail_uri": "https://dn710709.ca.archive.org/0/items/mbid-f421b988-09d5-4287-9fa7-2812cd183d1c/mbid-f421b988-09d5-4287-9fa7-2812cd183d1c-12069584156_thumb250.jpg",
    "song": "Shirley",
    "track_id": "177002e3-05a6-3ee6-8961-60f2968646fa",
    "recording_id": "33f7dff8-c917-41f2-8c05-1f34ba9ef1aa",
    "artist": "L7",
    "artist_ids": [
        "57111f1f-9829-45ea-bb4e-a5aba37cd1d1"
    ],
    "album": "Hungry for Stink",
    "release_id": "f421b988-09d5-4287-9fa7-2812cd183d1c",
    "release_group_id": "9b0d70e2-ca9f-35da-9465-02d459f69d9a",
    "labels": [
        "Reprise Records",
        "Slash"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59",
        "490afeef-44aa-4bba-b5d7-df875609957f"
    ],
    "release_date": "1994-07-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“WINNING.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}