Information about plays

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

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

{
    "id": 3631251,
    "uri": "https://api.kexp.org/v2/plays/3631251/?format=api",
    "airdate": "2026-03-19T23:38:36-07:00",
    "show": 66226,
    "show_uri": "https://api.kexp.org/v2/shows/66226/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "BLOODONTHETIMBS",
    "track_id": null,
    "recording_id": "d20c3484-2831-490d-b15c-4868078f7b40",
    "artist": "Bren Joy",
    "artist_ids": [
        "dc9e9ced-a669-4110-b1ad-ee532370b50c"
    ],
    "album": "SUNSET BLACK",
    "release_id": null,
    "release_group_id": "30ce45fd-9396-424c-84d4-2c1b75dc395e",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-02-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}