Information about plays

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

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

{
    "id": 3632175,
    "uri": "https://api.kexp.org/v2/plays/3632175/?format=api",
    "airdate": "2026-03-21T23:51:10-07:00",
    "show": 66246,
    "show_uri": "https://api.kexp.org/v2/shows/66246/?format=api",
    "image_uri": "https://coverartarchive.org/release/875ab760-6a1f-4e86-a759-51f77428421c/42857889015-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/875ab760-6a1f-4e86-a759-51f77428421c/42857889015-250.jpg",
    "song": "Just ’Cos You Got the Power",
    "track_id": null,
    "recording_id": "ec8c0ac8-9c97-4e3d-b7c1-ba69dbd5f064",
    "artist": "Motörhead",
    "artist_ids": [
        "57961a97-3796-4bf7-9f02-a985a8979ae9"
    ],
    "album": "Eat the Rich",
    "release_id": null,
    "release_group_id": "980118e8-528f-4937-9e89-643436f1399c",
    "labels": [
        "Roadrunner Records"
    ],
    "label_ids": [
        "5899271b-a77a-4081-93a9-0bd05b9b4180"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "B-side of the Eat The Rich Single",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}