Information about plays

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

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

{
    "id": 3544615,
    "uri": "https://api.kexp.org/v2/plays/3544615/?format=api",
    "airdate": "2025-08-25T11:20:02-07:00",
    "show": 64385,
    "show_uri": "https://api.kexp.org/v2/shows/64385/?format=api",
    "image_uri": "https://ia800108.us.archive.org/1/items/mbid-73b12ff3-ffb8-3721-914c-8829badef3dc/mbid-73b12ff3-ffb8-3721-914c-8829badef3dc-5619640065_thumb500.jpg",
    "thumbnail_uri": "https://ia600108.us.archive.org/1/items/mbid-73b12ff3-ffb8-3721-914c-8829badef3dc/mbid-73b12ff3-ffb8-3721-914c-8829badef3dc-5619640065_thumb250.jpg",
    "song": "Living for the City",
    "track_id": "42b54659-a1c7-358b-b2a1-46704abb5ddd",
    "recording_id": "6009d911-9c18-4e73-a1c5-ed3b6c230d2e",
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Innervisions",
    "release_id": "73b12ff3-ffb8-3721-914c-8829badef3dc",
    "release_group_id": "e626b377-74c5-3b97-8f16-8cef5e1c04ea",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2000-03-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stevie Wonder wrote and played all of the instruments on this song from his 1973 album, Innervisions. Including live releases, this was his 19th album. He was 23. \n\nTwenty three.\n\nWonder's single \"Fingertips\" was a No. 1 hit on the Billboard Hot 100 in 1963, when he was 13, making him the youngest solo artist ever to top the chart.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}