Information about plays

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

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

{
    "id": 3644589,
    "uri": "https://api.kexp.org/v2/plays/3644589/?format=api",
    "airdate": "2026-04-20T16:29:06-07:00",
    "show": 66507,
    "show_uri": "https://api.kexp.org/v2/shows/66507/?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": "Too High",
    "track_id": null,
    "recording_id": "5f7ee91a-aee9-4071-b209-7a699fed2872",
    "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": "Stevie Wonder played virtually every instrument on the classic 1973 \"Innervisions\" album, released in August of that year.\n\nWatch him perform this song live: https://youtu.be/q18xQ5wBjss",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}