Information about plays

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

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

{
    "id": 3611421,
    "uri": "https://api.kexp.org/v2/plays/3611421/?format=api",
    "airdate": "2026-01-31T13:04:13-08:00",
    "show": 65804,
    "show_uri": "https://api.kexp.org/v2/shows/65804/?format=api",
    "image_uri": "https://dn721806.ca.archive.org/0/items/mbid-a782c648-c08a-3558-bd7a-c85f0a970ec6/mbid-a782c648-c08a-3558-bd7a-c85f0a970ec6-18805998616_thumb500.jpg",
    "thumbnail_uri": "https://dn721806.ca.archive.org/0/items/mbid-a782c648-c08a-3558-bd7a-c85f0a970ec6/mbid-a782c648-c08a-3558-bd7a-c85f0a970ec6-18805998616_thumb250.jpg",
    "song": "Transmission",
    "track_id": "9bc07b2f-254a-3fd4-ac94-c8ae820eaf33",
    "recording_id": "4356bba2-853c-4ac0-b43f-c6e8f6bc9735",
    "artist": "Joy Division",
    "artist_ids": [
        "9a58fda3-f4ed-4080-a3a5-f457aac9fcdd"
    ],
    "album": "Substance",
    "release_id": "a782c648-c08a-3558-bd7a-c85f0a970ec6",
    "release_group_id": "dcb06128-02ea-3885-a097-5d382402d17c",
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1988-08-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Peter Hook:\n“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"
}