Information about plays

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

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

{
    "id": 3663229,
    "uri": "https://api.kexp.org/v2/plays/3663229/?format=api",
    "airdate": "2026-06-03T13:40:37-07:00",
    "show": 66893,
    "show_uri": "https://api.kexp.org/v2/shows/66893/?format=api",
    "image_uri": "https://coverartarchive.org/release/c2294dec-ac97-40c3-adbd-69ee351ed9c0/8413940671-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c2294dec-ac97-40c3-adbd-69ee351ed9c0/8413940671-250.jpg",
    "song": "A Girl in Trouble (Is a Temporary Thing)",
    "track_id": null,
    "recording_id": "dc276be8-e7a8-4cb3-ae99-a3fc71ee5864",
    "artist": "Romeo Void",
    "artist_ids": [
        "70693ef1-2d81-4b35-a483-bd78553db176"
    ],
    "album": "Warm, In Your Coat",
    "release_id": null,
    "release_group_id": "fc861568-8d97-3592-8d2f-093b5adbed30",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1992-05-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "They were an \" unjustly overlooked 80's band\": https://www.culturesonar.com/romeo-void-another-unjustly-overlooked-80s-band/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}