Information about plays

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

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

{
    "id": 3633746,
    "uri": "https://api.kexp.org/v2/plays/3633746/?format=api",
    "airdate": "2026-03-26T04:34:49-07:00",
    "show": 66281,
    "show_uri": "https://api.kexp.org/v2/shows/66281/?format=api",
    "image_uri": "https://coverartarchive.org/release/f5b19d0e-1398-41db-a24f-50b3f6599a39/1243783912-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f5b19d0e-1398-41db-a24f-50b3f6599a39/1243783912-250.jpg",
    "song": "Living for the City",
    "track_id": null,
    "recording_id": "6009d911-9c18-4e73-a1c5-ed3b6c230d2e",
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Innervisions",
    "release_id": null,
    "release_group_id": "e626b377-74c5-3b97-8f16-8cef5e1c04ea",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1973-08-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sylvester would cover \"Living For the City\" on his final album, 1986's Mutual Attraction.\n---\nAt age 23, Stevie Wonder wrote and played all of the instruments on this song from his 1973 legendary album, 'Innervisions.' Including live releases, this was his 19th album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}