Information about plays

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

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

{
    "id": 3629090,
    "uri": "https://api.kexp.org/v2/plays/3629090/?format=api",
    "airdate": "2026-03-15T02:52:46-07:00",
    "show": 66185,
    "show_uri": "https://api.kexp.org/v2/shows/66185/?format=api",
    "image_uri": "https://coverartarchive.org/release/65628ad6-7fa7-40ab-bb78-d498d338f7c1/20713502896-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/65628ad6-7fa7-40ab-bb78-d498d338f7c1/20713502896-250.jpg",
    "song": "No Laughing in Heaven",
    "track_id": null,
    "recording_id": "88c31f08-fd15-474c-bcf0-940e40128275",
    "artist": "Gillan",
    "artist_ids": [
        "f7ee55df-61ae-4d22-989b-60ada0ea44a4"
    ],
    "album": "Future Shock",
    "release_id": null,
    "release_group_id": "b43460c6-3d50-345a-8a38-e6e5ee7c4db8",
    "labels": [
        "Edsel Records"
    ],
    "label_ids": [
        "a4a01f0f-c349-4352-9075-b268f6ef0f48"
    ],
    "release_date": "1981-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=hHaJesV-PyY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}