Information about plays

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

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

{
    "id": 3635144,
    "uri": "https://api.kexp.org/v2/plays/3635144/?format=api",
    "airdate": "2026-03-29T13:49:36-07:00",
    "show": 66312,
    "show_uri": "https://api.kexp.org/v2/shows/66312/?format=api",
    "image_uri": "https://coverartarchive.org/release/cd6dc6e7-8b35-4064-ba64-58e262dea295/42682667724-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cd6dc6e7-8b35-4064-ba64-58e262dea295/42682667724-250.jpg",
    "song": "God Is a Bullet",
    "track_id": null,
    "recording_id": "7eaa9199-3da9-4b08-b995-9fb9740cf20e",
    "artist": "Concrete Blonde",
    "artist_ids": [
        "701fc524-b5f2-42f2-9db7-8198cdd6839c"
    ],
    "album": "Free",
    "release_id": null,
    "release_group_id": "757b0ad9-4117-3ad5-ad64-9c82a72cd5b7",
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}