Information about plays

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

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

{
    "id": 3596214,
    "uri": "https://api.kexp.org/v2/plays/3596214/?format=api",
    "airdate": "2025-12-26T09:29:28-08:00",
    "show": 65477,
    "show_uri": "https://api.kexp.org/v2/shows/65477/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dans Les Grands Espaces",
    "track_id": null,
    "recording_id": null,
    "artist": "The Offline",
    "artist_ids": [
        "4ea981de-978b-4098-901f-8c401456a4c5"
    ],
    "album": "La grande Evasion",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On the album 'La grande Evasion' which translates to The Great Escape, The Offline has this to say: “Although the songs felt like a journey, they didn’t sound like science fiction\". “I realised the core idea — of setting off, of seeking out new worlds — is still there. I’ve always been drawn to water, to the sea, and the idea of creating sonic spaces that transport you somewhere else; That’s the kind of escape I’m interested in.”\n\nhttps://theoffline.bandcamp.com/album/la-grande-vasion",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}