Information about plays

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

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

{
    "id": 3632761,
    "uri": "https://api.kexp.org/v2/plays/3632761/?format=api",
    "airdate": "2026-03-23T14:28:27-07:00",
    "show": 66261,
    "show_uri": "https://api.kexp.org/v2/shows/66261/?format=api",
    "image_uri": "https://coverartarchive.org/release/c7e351dd-1872-4b68-b513-0919b43bd82a/12038409993-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c7e351dd-1872-4b68-b513-0919b43bd82a/12038409993-250.jpg",
    "song": "Round and Round",
    "track_id": null,
    "recording_id": "1bcdb346-6601-443b-add2-9e5a86c9a12e",
    "artist": "Germs",
    "artist_ids": [
        "42c4b58d-2e28-41d4-bfe5-4edee68386cf"
    ],
    "album": "(MIA) The Complete Anthology",
    "release_id": null,
    "release_group_id": "691b115c-b9da-3210-8d60-1001e0e41f61",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1993-08-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally performed by Chuck Berry.\n\nThe Dream Syndicate's Steve Wynn went high school with Pat Smear and Darby Crash of The Germs.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}