Information about plays

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

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

{
    "id": 3621151,
    "uri": "https://api.kexp.org/v2/plays/3621151/?format=api",
    "airdate": "2026-02-23T05:48:12-08:00",
    "show": 66009,
    "show_uri": "https://api.kexp.org/v2/shows/66009/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This is the Sound of What Was",
    "track_id": "f122f0c9-c31c-4340-bc19-68bd3caff887",
    "recording_id": "81417955-1f13-4049-9333-23b93d5ec0ae",
    "artist": "Russian Blue",
    "artist_ids": [
        "b70cfa80-08b9-4eec-8cb5-1fe57cffc5ab"
    ],
    "album": "A Modern Analogue",
    "release_id": "cae7404d-8a5e-4376-8906-73a25da5daaf",
    "release_group_id": "9ff4c3d0-8943-4d29-8ec9-cc7b4c1ce6ad",
    "labels": [
        "Pegasus Theory"
    ],
    "label_ids": [
        "db41c19d-7060-47b6-a05c-b74aa76dc10e"
    ],
    "release_date": "2026-01-24",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"A Modern Analogue is an album’s album in an era of made-for-singles music. Falling firmly into the disco punk, or indietronica genres (with an undeniable soundalike in early LCD Soundsystem); what separates this record is its reverence for moments and motifs. Arrangements move through songs theatrically, with unconventional structures and record-spanning musical themes that outline an emotional journey over its entire runtime.\"  \n\nhttps://russianbluetheband.bandcamp.com/album/a-modern-analogue",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}