Information about plays

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

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

{
    "id": 3617186,
    "uri": "https://api.kexp.org/v2/plays/3617186/?format=api",
    "airdate": "2026-02-14T01:16:29-08:00",
    "show": 65927,
    "show_uri": "https://api.kexp.org/v2/shows/65927/?format=api",
    "image_uri": "https://coverartarchive.org/release/fd98dfe9-2e31-4fab-a57e-d7d2461a7813/40881078569-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fd98dfe9-2e31-4fab-a57e-d7d2461a7813/40881078569-250.jpg",
    "song": "Amnesia",
    "track_id": null,
    "recording_id": "d6d4b27e-e12e-4e1b-be3e-c2ce5cdb3e70",
    "artist": "Nostalgie Éternelle",
    "artist_ids": [],
    "album": "Reaching the Elevation",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Industrial Complex"
    ],
    "label_ids": [],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://industrialcomplexx.bandcamp.com/album/reaching-the-elevation",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}