Information about plays

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

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

{
    "id": 3638065,
    "uri": "https://api.kexp.org/v2/plays/3638065/?format=api",
    "airdate": "2026-04-05T06:02:29-07:00",
    "show": 66372,
    "show_uri": "https://api.kexp.org/v2/shows/66372/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ifred",
    "track_id": null,
    "recording_id": null,
    "artist": "Old Amica",
    "artist_ids": [
        "4ad1ce00-23e8-4752-afa0-f7916ad3e67c"
    ],
    "album": "Bländverk",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Whitelabrecs"
    ],
    "label_ids": [],
    "release_date": "2026-04-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning <3 Easing into this week's show with new music from the Swedish duo Old Amica from their album coming out later this month on the wonderful British label Whitelabrecs ~ https://whitelabrecs.bandcamp.com/album/bla-ndverk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}