Information about plays

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

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

{
    "id": 3603838,
    "uri": "https://api.kexp.org/v2/plays/3603838/?format=api",
    "airdate": "2026-01-13T12:06:58-08:00",
    "show": 65640,
    "show_uri": "https://api.kexp.org/v2/shows/65640/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Save My Soul/Changing",
    "track_id": null,
    "recording_id": "187c382d-e2b7-437d-97ee-743d06dd18bf",
    "artist": "The Moondoggies",
    "artist_ids": [
        "174744a2-8f85-4602-a0e6-5f2097c2e945"
    ],
    "album": "Live at KEXP, Volume Five",
    "release_id": null,
    "release_group_id": "bdbbe38c-c497-48e6-ae0a-0997fceaf55a",
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2009-08-25",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "See The Moondoggies performing at KEXP's Concerts at the Mural in August, 2009: https://www.youtube.com/watch?v=rF4h0eB1e-s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}