Information about plays

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

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

{
    "id": 3635054,
    "uri": "https://api.kexp.org/v2/plays/3635054/?format=api",
    "airdate": "2026-03-29T08:42:48-07:00",
    "show": 66310,
    "show_uri": "https://api.kexp.org/v2/shows/66310/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hope Again",
    "track_id": null,
    "recording_id": null,
    "artist": "Marika Takeuchi",
    "artist_ids": [
        "613d158e-9f82-4ade-8089-5e2de5b845b3"
    ],
    "album": "Iridescence",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "bigo & twigetti"
    ],
    "label_ids": [],
    "release_date": "2026-02-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Closing track to a recent 2026 EP from LA-based Japanese musician Marika Takeuchi ~ https://marikatakeuchi1.bandcamp.com/album/iridescence",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}