Information about plays

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

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

{
    "id": 3610142,
    "uri": "https://api.kexp.org/v2/plays/3610142/?format=api",
    "airdate": "2026-01-28T09:02:17-08:00",
    "show": 65776,
    "show_uri": "https://api.kexp.org/v2/shows/65776/?format=api",
    "image_uri": "https://ia600208.us.archive.org/26/items/mbid-5a1b5b26-0f31-4566-bed4-0ca8ed987366/mbid-5a1b5b26-0f31-4566-bed4-0ca8ed987366-1407441400_thumb500.jpg",
    "thumbnail_uri": "https://ia800208.us.archive.org/26/items/mbid-5a1b5b26-0f31-4566-bed4-0ca8ed987366/mbid-5a1b5b26-0f31-4566-bed4-0ca8ed987366-1407441400_thumb250.jpg",
    "song": "Kick Out the Jams",
    "track_id": "b1dc7357-72cd-35d4-9994-f2875f6360de",
    "recording_id": "35ae913f-b65a-4b57-b744-397c539b9a04",
    "artist": "MC5",
    "artist_ids": [
        "08b736bb-1c82-40b4-8b0b-49e2182a067a"
    ],
    "album": "Kick Out the Jams",
    "release_id": "5a1b5b26-0f31-4566-bed4-0ca8ed987366",
    "release_group_id": "44410403-45d3-30fa-ba48-d16664bf6fb3",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1969-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song is notorious for the line, \"Kick out the jams, motherf--kers,\" shouted by lead singer Rob Tyner before the music kicks in. This line appears on the uncensored version of the album; a clean version where it is replaced with, \"Kick out the jams, brothers and sisters,\" was used on the single and later made available on censored versions of the album.\n--\nWatch a black-and-white film of this great Detroit band performing this song live in, where else, Detroit in 1970: https://www.youtube.com/watch?v=vfKhvzUdJoM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}