Information about plays

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

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

{
    "id": 3544909,
    "uri": "https://api.kexp.org/v2/plays/3544909/?format=api",
    "airdate": "2025-08-26T04:03:52-07:00",
    "show": 64390,
    "show_uri": "https://api.kexp.org/v2/shows/64390/?format=api",
    "image_uri": "https://coverartarchive.org/release/1ec02859-43a4-49a1-9c88-c25ffaf9a6ee/29993217003-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1ec02859-43a4-49a1-9c88-c25ffaf9a6ee/29993217003-250.jpg",
    "song": "Master Blaster (Dub)",
    "track_id": null,
    "recording_id": "384b15a7-0810-41cb-9c3e-1dbc73c1d7c4",
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Master Blaster (Jammin’)",
    "release_id": null,
    "release_group_id": "e40ec61d-839b-3666-b4f8-c91a067725ca",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DUB VERSION \n\n\"Everyone's feeling pretty / it's hotter than July\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}