Information about plays

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

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

{
    "id": 3626151,
    "uri": "https://api.kexp.org/v2/plays/3626151/?format=api",
    "airdate": "2026-03-06T22:19:28-08:00",
    "show": 66112,
    "show_uri": "https://api.kexp.org/v2/shows/66112/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Million Dollar Play",
    "track_id": null,
    "recording_id": "18d5823a-a480-4554-8d74-4c579af5d42f",
    "artist": "Future & Lil Uzi Vert",
    "artist_ids": [
        "48262e82-db9f-4a92-b650-dfef979b73ec",
        "8837b875-3689-4646-b3fd-d8b53815c7a8"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2020-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Make your donations at www.kexp.org now!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}