Information about plays

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

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

{
    "id": 3575666,
    "uri": "https://api.kexp.org/v2/plays/3575666/?format=api",
    "airdate": "2025-11-08T19:25:02-08:00",
    "show": 65059,
    "show_uri": "https://api.kexp.org/v2/shows/65059/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Upland Sandpiper",
    "track_id": null,
    "recording_id": null,
    "artist": "Terror/Cactus",
    "artist_ids": [
        "67c42332-de6c-46a7-b36a-2db0ae9fe2f3"
    ],
    "album": "A Guide to the Birdsong of Migration",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Shika Shika"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This unique project brings together the songs of birds with the talent of artists from across the Americas, exploring in this edition stories of migration, birds and musicians who share the same routes.\nThis release features nine migratory artists from eight countries, including: Mas Aya & Lido Pimienta (CA/CO), Valesuchi (CL), Biomigrant (US), Diana Gameros (MX), Lagartijeando (AR), Terror/Cactus (AR) and more.\n\nhttps://shikashika.bandcamp.com/album/a-guide-to-the-birdsong-of-migration",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}