Information about plays

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

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

{
    "id": 3628635,
    "uri": "https://api.kexp.org/v2/plays/3628635/?format=api",
    "airdate": "2026-03-14T04:07:08-07:00",
    "show": 66175,
    "show_uri": "https://api.kexp.org/v2/shows/66175/?format=api",
    "image_uri": "https://coverartarchive.org/release/d176c421-fff8-459f-a71d-55875ae0f0b2/42004087281-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d176c421-fff8-459f-a71d-55875ae0f0b2/42004087281-250.jpg",
    "song": "A Man Is a Mean Thing",
    "track_id": null,
    "recording_id": "68a333df-cded-42f8-8dd6-a500bc2f4f5b",
    "artist": "Barbara Perry",
    "artist_ids": [
        "b4b34f69-b852-4d91-b56d-9baecb972bce"
    ],
    "album": "This Is Goldwax 1964-1968",
    "release_id": null,
    "release_group_id": "ba24fe9e-250c-4e63-810a-c595c570a4f3",
    "labels": [
        "Kent Soul"
    ],
    "label_ids": [
        "b6f018c0-829e-41fe-8aaa-3ddc7ae85bd3"
    ],
    "release_date": "2024-09-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}