Information about plays

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

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

{
    "id": 3545101,
    "uri": "https://api.kexp.org/v2/plays/3545101/?format=api",
    "airdate": "2025-08-26T15:02:02-07:00",
    "show": 64394,
    "show_uri": "https://api.kexp.org/v2/shows/64394/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Perfect Combo",
    "track_id": null,
    "recording_id": null,
    "artist": "Ya Tseen",
    "artist_ids": [],
    "album": "Stand On My Shoulders",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This is the KEXP Premiere of Ya Tseen's song \"Perfect Combo\", it comes from her not yet released album 'Stand On My Shoulders', set to release January 16th, 2026!\n\nPre-save the album here:\nhttps://yatseen.bandcamp.com/album/stand-on-my-shoulders-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}