Information about plays

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

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

{
    "id": 3606416,
    "uri": "https://api.kexp.org/v2/plays/3606416/?format=api",
    "airdate": "2026-01-19T15:09:52-08:00",
    "show": 65700,
    "show_uri": "https://api.kexp.org/v2/shows/65700/?format=api",
    "image_uri": "https://ia800100.us.archive.org/18/items/mbid-1132dd9d-6043-4ba9-8a53-f2af10195d21/mbid-1132dd9d-6043-4ba9-8a53-f2af10195d21-7324651674_thumb500.jpg",
    "thumbnail_uri": "https://ia800100.us.archive.org/18/items/mbid-1132dd9d-6043-4ba9-8a53-f2af10195d21/mbid-1132dd9d-6043-4ba9-8a53-f2af10195d21-7324651674_thumb250.jpg",
    "song": "The Song Is Familiar",
    "track_id": "a3bc3780-64ac-34f0-8927-d2c04b54ee9c",
    "recording_id": "2a270287-c826-47cf-afea-8c3acc554b22",
    "artist": "Funkadelic",
    "artist_ids": [
        "cf042013-3edd-46c4-9b0e-a62faac98d0b"
    ],
    "album": "Let's Take It to the Stage",
    "release_id": "1132dd9d-6043-4ba9-8a53-f2af10195d21",
    "release_group_id": "d01f4922-40d0-3452-8c8d-f84bea2cc857",
    "labels": [
        "Westbound Records"
    ],
    "label_ids": [
        "0f6fb74a-eb83-4a02-b975-3c2e470f6aaa"
    ],
    "release_date": "1975-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This beautiful song was written by George Clinton, Gary Shider, and Bernie Worrell.\n--\n\"There is a song that I sing whenever I'm sad, feeling bad...\nThere is a place in my head that I go when I'm feeling low...\": https://genius.com/Funkadelic-the-song-is-familiar-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}