Information about plays

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

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

{
    "id": 3602975,
    "uri": "https://api.kexp.org/v2/plays/3602975/?format=api",
    "airdate": "2026-01-11T07:35:49-08:00",
    "show": 65621,
    "show_uri": "https://api.kexp.org/v2/shows/65621/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "upsweep",
    "track_id": null,
    "recording_id": null,
    "artist": "Raica",
    "artist_ids": [
        "2e7a4062-8b31-4489-902f-666ba6e493c8"
    ],
    "album": "If Not Now, When",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Silver Threads"
    ],
    "label_ids": [],
    "release_date": "2025-11-28",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Mesmerizing late 2025 album from Seattle's own Raica (aka Chloe Harris) released by the UK label Silver Threads that was recently launched by Jo Johnson ~ https://silverthreads.bandcamp.com/album/if-not-now-when",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}