Information about plays

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

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

{
    "id": 3614927,
    "uri": "https://api.kexp.org/v2/plays/3614927/?format=api",
    "airdate": "2026-02-08T16:43:18-08:00",
    "show": 65880,
    "show_uri": "https://api.kexp.org/v2/shows/65880/?format=api",
    "image_uri": "https://coverartarchive.org/release/9d5de423-96e2-4e41-8fa5-d76e53e8c476/11711037316-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9d5de423-96e2-4e41-8fa5-d76e53e8c476/11711037316-250.jpg",
    "song": "Heart of Hearts",
    "track_id": null,
    "recording_id": "297b3089-1a5f-449e-bd54-0b86a09c8287",
    "artist": "!!!",
    "artist_ids": [
        "f26c72d3-e52c-467b-b651-679c73d8e1a7"
    ],
    "album": "Myth Takes",
    "release_id": null,
    "release_group_id": "8c1769fe-78f8-3389-9779-8486e446db35",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2007-01-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sacramento dance-punk band. Featuring Shannon Funchess of Light Asylum. https://chkchkchk.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}