Information about plays

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

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

{
    "id": 3581623,
    "uri": "https://api.kexp.org/v2/plays/3581623/?format=api",
    "airdate": "2025-11-22T20:50:39-08:00",
    "show": 65183,
    "show_uri": "https://api.kexp.org/v2/shows/65183/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shovels",
    "track_id": "c33af828-93d2-47b9-8d08-062cd0691659",
    "recording_id": "d9725174-3f6a-4182-80ce-209901223c39",
    "artist": "Scarves",
    "artist_ids": [
        "9ff77c0b-0061-4061-84ec-1e4365422821"
    ],
    "album": "Delicate Creatures",
    "release_id": "fb2923b4-ceb0-4a59-8c7c-ef3df6912ed6",
    "release_group_id": "6c456a5c-04bc-4f8b-af25-08b980b3b905",
    "labels": [
        "Good Eye Records"
    ],
    "label_ids": [
        "fe3aed77-4e35-4d91-bb89-a132d8d8444c"
    ],
    "release_date": "2022-08-26",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Go watch their streaming live performance on KEXP:\n\nhttps://www.youtube.com/watch?v=Pm4Cqj6-2XI\n\nThis Seattle band’s fourth album is a well-crafted set of dynamic, ‘90s-steeped indie-rock reminiscent at times of Built To Spill, combining fuzzy, twisting guitar lines with lyrics of anxiety, dread, struggle and hope.\nhttps://scarvesmusic.bandcamp.com/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}