Information about plays

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

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

{
    "id": 3635114,
    "uri": "https://api.kexp.org/v2/plays/3635114/?format=api",
    "airdate": "2026-03-29T12:22:25-07:00",
    "show": 66312,
    "show_uri": "https://api.kexp.org/v2/shows/66312/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bird 1",
    "track_id": null,
    "recording_id": "b203afc5-ad86-48de-a1f4-f68d99b0f7de",
    "artist": "Underworld",
    "artist_ids": [
        "ba2f4f3b-0293-4bc8-bb94-2f73b5207343"
    ],
    "album": "Barking",
    "release_id": null,
    "release_group_id": "065f6c1d-a858-41ef-b7ff-a9f508ec58f9",
    "labels": [
        "Cooking Vinyl"
    ],
    "label_ids": [
        "10a8a55b-fe80-4df6-978e-fc0548dc04b6"
    ],
    "release_date": "2010-09-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}