Information about plays

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

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

{
    "id": 3594971,
    "uri": "https://api.kexp.org/v2/plays/3594971/?format=api",
    "airdate": "2025-12-23T16:44:20-08:00",
    "show": 65458,
    "show_uri": "https://api.kexp.org/v2/shows/65458/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stay Along/Sail On",
    "track_id": null,
    "recording_id": "ced44ba9-8861-43c2-9879-0f9285a8210f",
    "artist": "CIEL",
    "artist_ids": [
        "75bf803f-32b0-4aae-a452-bec71708cc69"
    ],
    "album": "Call Me Silent",
    "release_id": null,
    "release_group_id": "b2c4fbe4-7982-426e-8332-74d8784cb3c7",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-10-24",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "CIEL (pronounced 'She-Elle') is a Brighton-based band fronted by Dutch-born singer and songwriter Michelle Hindriks. \nhttps://cielcielciel.bandcamp.com/album/call-me-silent",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}