Information about plays

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

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

{
    "id": 3631840,
    "uri": "https://api.kexp.org/v2/plays/3631840/?format=api",
    "airdate": "2026-03-21T07:33:46-07:00",
    "show": 66240,
    "show_uri": "https://api.kexp.org/v2/shows/66240/?format=api",
    "image_uri": "https://coverartarchive.org/release/4199a7ca-cdb0-426a-9067-c75a7d83445f/33771944031-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4199a7ca-cdb0-426a-9067-c75a7d83445f/33771944031-250.jpg",
    "song": "Bloomsday",
    "track_id": null,
    "recording_id": "ecbf217e-b98d-4652-b147-3d24aa587fca",
    "artist": "Samantha Crain",
    "artist_ids": [
        "44c66117-552e-4e4d-a969-fb0fca779267"
    ],
    "album": "Pick Apart / Bloomsday (Husbands remix)",
    "release_id": null,
    "release_group_id": "5c278ded-7e91-4441-af13-06ca6d484dd1",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2021-08-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Choctaw\n\nNow we got back to Samantha Crain featuring another one of her songs that Penny Pitchlynn (LABRYS/Broncho) sings harmonies on.  6 DEGREES!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}