Information about plays

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

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

{
    "id": 3601100,
    "uri": "https://api.kexp.org/v2/plays/3601100/?format=api",
    "airdate": "2026-01-06T17:57:12-08:00",
    "show": 65581,
    "show_uri": "https://api.kexp.org/v2/shows/65581/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tumbleweed",
    "track_id": "866d28f6-fcc7-4453-845a-237f962f189a",
    "recording_id": "319a19b2-18c0-4d9c-8894-95d18abf5431",
    "artist": "TWEN",
    "artist_ids": [
        "9987f4cb-15a4-492d-964b-7afb5bf05470"
    ],
    "album": "Fate Euphoric",
    "release_id": "c3edbc29-0c89-47c5-9c12-34aa34fe14ca",
    "release_group_id": "aab5b709-4732-44fb-a10e-90c3a69caddc",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-11-04",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "TWEN is touring on their new album 'Fate Euphoric' released in November.\n* April 19th at Kilowatt in SF\n* April 22nd at Mississippi in Portland\n* April 25th at Tractor Tavern in Seattle\nhttps://twen.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}