Information about plays

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

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

{
    "id": 3632735,
    "uri": "https://api.kexp.org/v2/plays/3632735/?format=api",
    "airdate": "2026-03-23T12:36:24-07:00",
    "show": 66260,
    "show_uri": "https://api.kexp.org/v2/shows/66260/?format=api",
    "image_uri": "https://coverartarchive.org/release/2a275931-f268-47de-8b63-d5c0fe40a23a/14562010053-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2a275931-f268-47de-8b63-d5c0fe40a23a/14562010053-250.jpg",
    "song": "Seven & Seven Is",
    "track_id": null,
    "recording_id": "2edbe01b-f6ec-4929-9bb1-d89360beae3a",
    "artist": "Love",
    "artist_ids": [
        "34ec9a8d-c65b-48fd-bcdd-aad2f72fdb47"
    ],
    "album": "Da Capo",
    "release_id": null,
    "release_group_id": "4cc16c40-ef3a-36d9-9f96-89cbf1c61ec6",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1966-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Damned released (in 1987) a cover of \"Alone Again Or\", originally writen by Love frontman Arthur Lee.\n\nWritten by Arthur Lee for his band Love, the song \"Seven & Seven Is\" drew inspiration from Lee's high school sweetheart, Anita Billings, who shared his birthday of March 7.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}