Information about plays

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

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

{
    "id": 3608868,
    "uri": "https://api.kexp.org/v2/plays/3608868/?format=api",
    "airdate": "2026-01-25T07:13:35-08:00",
    "show": 65750,
    "show_uri": "https://api.kexp.org/v2/shows/65750/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Voices from an Abandoned Village",
    "track_id": null,
    "recording_id": null,
    "artist": "Foster Neville",
    "artist_ids": [
        "9871ae3c-3b37-4771-92c1-aeb0d5834055"
    ],
    "album": "Through Lands Of Ghosts",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Subexotic Records"
    ],
    "label_ids": [
        "6783e88d-90fe-4521-a7d2-9e0a9b464a3a"
    ],
    "release_date": "2026-01-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off a brand new album from Durham-based musician Foster Neville ~ https://subexoticrecords.bandcamp.com/album/through-lands-of-ghosts",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}