Information about plays

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

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

{
    "id": 3616883,
    "uri": "https://api.kexp.org/v2/plays/3616883/?format=api",
    "airdate": "2026-02-13T07:28:11-08:00",
    "show": 65920,
    "show_uri": "https://api.kexp.org/v2/shows/65920/?format=api",
    "image_uri": "https://ia802803.us.archive.org/32/items/mbid-5ea5841d-33fb-44ce-8841-8a99e3153808/mbid-5ea5841d-33fb-44ce-8841-8a99e3153808-6626667847_thumb500.jpg",
    "thumbnail_uri": "https://ia902803.us.archive.org/32/items/mbid-5ea5841d-33fb-44ce-8841-8a99e3153808/mbid-5ea5841d-33fb-44ce-8841-8a99e3153808-6626667847_thumb250.jpg",
    "song": "Transmission",
    "track_id": "9dc7a02b-4423-33cc-a95b-e230e63c8773",
    "recording_id": "4356bba2-853c-4ac0-b43f-c6e8f6bc9735",
    "artist": "Joy Division",
    "artist_ids": [
        "9a58fda3-f4ed-4080-a3a5-f457aac9fcdd"
    ],
    "album": "Transmission / Novelty",
    "release_id": "5ea5841d-33fb-44ce-8841-8a99e3153808",
    "release_group_id": "f1b558f0-3f7f-3835-ac53-ec9135e2cca2",
    "labels": [
        "Factory"
    ],
    "label_ids": [
        "a2faf590-58fc-4e9f-a85b-eaf6dc266317"
    ],
    "release_date": "1979-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Peter Hook, born on February 13th, 1956.\n--\nPeter Hook: “Transmission” started with the bass line, turned into our first hit record, and it’s a very very simple chord sequence, very effective. You can hear that youth, that you’re a punk and you mean it in the bass riff, which is obviously the most important thing in the world.\"\n -- \nHere are the bass tabs for this classic song: https://tabs.ultimate-guitar.com/tab/joy-division/transmission-bass-10627",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}