Information about plays

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

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

{
    "id": 3636999,
    "uri": "https://api.kexp.org/v2/plays/3636999/?format=api",
    "airdate": "2026-04-02T20:20:49-07:00",
    "show": 66348,
    "show_uri": "https://api.kexp.org/v2/shows/66348/?format=api",
    "image_uri": "https://coverartarchive.org/release/24cc151a-5659-455a-8ace-3d14f1ca069a/27145007348-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/24cc151a-5659-455a-8ace-3d14f1ca069a/27145007348-250.jpg",
    "song": "Mabuhay Boy (Pasta Groove Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Vex Ruffin",
    "artist_ids": [
        "cf67d4df-b0b4-4a3e-bf8c-9916cd815ebb"
    ],
    "album": "LiteAce Frequency Remixes",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2020-08-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Ian -- Thanks for the request!\n\nhttps://vexruffin.bandcamp.com/album/liteace-frequency-remixes",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}