Information about plays

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

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

{
    "id": 3635367,
    "uri": "https://api.kexp.org/v2/plays/3635367/?format=api",
    "airdate": "2026-03-30T00:12:18-07:00",
    "show": 66316,
    "show_uri": "https://api.kexp.org/v2/shows/66316/?format=api",
    "image_uri": "https://coverartarchive.org/release/4ff5cfa3-e6b4-4202-ba8a-90c9d6dcba6f/34131463775-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4ff5cfa3-e6b4-4202-ba8a-90c9d6dcba6f/34131463775-250.jpg",
    "song": "Guajira psicodélica",
    "track_id": null,
    "recording_id": "109824ab-5b55-4206-b224-b17862f6c32d",
    "artist": "Flash & the Dynamics",
    "artist_ids": [
        "9524285a-2a81-4aea-912b-7edb22ccde02"
    ],
    "album": "The Rough Guide to Latin Psychedelia",
    "release_id": null,
    "release_group_id": "05e4b0f3-b649-41e3-8e5d-8903df61744a",
    "labels": [
        "World Music Network"
    ],
    "label_ids": [
        "b1de0cf1-6c3f-4f61-a846-e321a5beb73a"
    ],
    "release_date": "2013-04-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}