Information about plays

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

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

{
    "id": 3624247,
    "uri": "https://api.kexp.org/v2/plays/3624247/?format=api",
    "airdate": "2026-03-02T03:16:55-08:00",
    "show": 66069,
    "show_uri": "https://api.kexp.org/v2/shows/66069/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sherbet Head",
    "track_id": "1ac93459-bdd2-457b-a457-123d2334c02e",
    "recording_id": "9b0d3374-7968-4844-9bac-8b9397eccd42",
    "artist": "Boards of Canada",
    "artist_ids": [
        "69158f97-4c07-4c4e-baf8-4e4ab1ed666e"
    ],
    "album": "The Campfire Headphase",
    "release_id": "21f8abb6-d3ce-4047-9b53-c3ccc4783eef",
    "release_group_id": "401bc572-414c-3cb2-b2b8-fbef17eb9ab0",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2005-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}