Information about plays

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

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

{
    "id": 3544144,
    "uri": "https://api.kexp.org/v2/plays/3544144/?format=api",
    "airdate": "2025-08-24T09:26:13-07:00",
    "show": 64375,
    "show_uri": "https://api.kexp.org/v2/shows/64375/?format=api",
    "image_uri": "https://coverartarchive.org/release/e64733d2-f142-4493-9b93-4713e714c70c/12381841033-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e64733d2-f142-4493-9b93-4713e714c70c/12381841033-250.jpg",
    "song": "Clap for the Wolfman",
    "track_id": null,
    "recording_id": "9fbfdbd9-fbe3-4be6-a1da-d087007613be",
    "artist": "The Guess Who",
    "artist_ids": [
        "4c567499-3a26-40e3-9471-20feb6c73767"
    ],
    "album": "Road Food",
    "release_id": null,
    "release_group_id": "32e60abd-d7bb-31c1-8beb-5e3eb6db0480",
    "labels": [
        "RCA"
    ],
    "label_ids": [],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A tribute to and featuring the gravelly voice of the DJ Wolfman Jack. \n\nLed by Burton Cummings who formed the band with Randy Bachman, Bachman left in 1970 after falling in love with a Mormon woman and renouncing the rock and roll lifestyle.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}