Information about plays

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

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

{
    "id": 3622261,
    "uri": "https://api.kexp.org/v2/plays/3622261/?format=api",
    "airdate": "2026-02-25T19:55:14-08:00",
    "show": 66030,
    "show_uri": "https://api.kexp.org/v2/shows/66030/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Marea",
    "track_id": null,
    "recording_id": "bb4b0ed4-a1f1-4852-9903-73e0f7cd9f43",
    "artist": "Robohands",
    "artist_ids": [
        "ccf9b52e-27f3-4737-baa1-7234df105c61"
    ],
    "album": "Oranj",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Robohands"
    ],
    "label_ids": [],
    "release_date": "2026-01-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Recorded in at Rax Trax in Chicago, this track features just drums and Fender Rhodes electric piano, the first half wandering slowly and building into the more heavy outro part with prominent ride cymbal and snare hits driving to the crescendo final note.\"\n\n'Marea' by Robohands - https://www.youtube.com/watch?v=88D0bfM5S0Y",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}