Information about plays

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

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

{
    "id": 3629076,
    "uri": "https://api.kexp.org/v2/plays/3629076/?format=api",
    "airdate": "2026-03-15T02:06:01-07:00",
    "show": 66185,
    "show_uri": "https://api.kexp.org/v2/shows/66185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get Back in Line",
    "track_id": null,
    "recording_id": "55e59dc1-ea2f-4577-85e7-8933b8ffaf4b",
    "artist": "Motörhead",
    "artist_ids": [
        "57961a97-3796-4bf7-9f02-a985a8979ae9"
    ],
    "album": "The Wörld Is Yours",
    "release_id": null,
    "release_group_id": "5c32f48a-3f52-40ed-8149-28f6f0c91e2f",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2010-12-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}