Information about plays

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

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

{
    "id": 3572755,
    "uri": "https://api.kexp.org/v2/plays/3572755/?format=api",
    "airdate": "2025-11-01T20:03:39-07:00",
    "show": 64997,
    "show_uri": "https://api.kexp.org/v2/shows/64997/?format=api",
    "image_uri": "https://coverartarchive.org/release/65a83003-88be-4112-b85c-1f7708dffc35/35971713833-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/65a83003-88be-4112-b85c-1f7708dffc35/35971713833-250.jpg",
    "song": "Cold Comfort",
    "track_id": null,
    "recording_id": "1a01964d-bade-4a83-83e8-84966a75364e",
    "artist": "Poison Idea",
    "artist_ids": [
        "86871dd7-f50c-40bb-a298-a144775b64ae"
    ],
    "album": "The Best of Poison Idea",
    "release_id": null,
    "release_group_id": "36a3c91c-09fd-41f6-ba07-eecd1e745b69",
    "labels": [
        "Taang! Records"
    ],
    "label_ids": [
        "7b95d1f1-2588-4a00-b093-e80e40a08548"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}