Information about plays

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

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

{
    "id": 3636227,
    "uri": "https://api.kexp.org/v2/plays/3636227/?format=api",
    "airdate": "2026-04-01T00:59:09-07:00",
    "show": 66333,
    "show_uri": "https://api.kexp.org/v2/shows/66333/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "April Fool",
    "track_id": "e2ecc414-423f-4d6a-997b-e065317cc984",
    "recording_id": "601aca42-8a7d-43c8-b8c4-0b49578a005f",
    "artist": "Tea Cozies",
    "artist_ids": [
        "14272d45-bf29-4adf-8ed1-1eca75e23a78"
    ],
    "album": "Bang Up",
    "release_id": "e15ed2fb-e5fb-4836-973d-7e5de87c2c01",
    "release_group_id": "140dacc3-8af8-4528-ac62-c69d88c44414",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2012-10-30",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}