Information about plays

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

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

{
    "id": 3500877,
    "uri": "https://api.kexp.org/v2/plays/3500877/?format=api",
    "airdate": "2025-05-13T14:22:46-07:00",
    "show": 63451,
    "show_uri": "https://api.kexp.org/v2/shows/63451/?format=api",
    "image_uri": "https://coverartarchive.org/release/54d0d4ee-1b1b-464c-8bbe-dd4417acf276/19021245620-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/54d0d4ee-1b1b-464c-8bbe-dd4417acf276/19021245620-250.jpg",
    "song": "Happier Than the Morning Sun",
    "track_id": null,
    "recording_id": "ea437e2a-f039-4a57-997e-f434b1a283a9",
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Music of My Mind",
    "release_id": null,
    "release_group_id": "5a253b10-e9f8-334c-b343-7f14e92402c2",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1972-03-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Aged 21, relocated to New York and with a renegotiated Motown contract in hand, on 'Music of My Mind,' Wonder was off the leash. He wrote every song, played virtually every instrument, experimented wildly – not least with electronics – and for the first time, made an album, rather than a collection of tracks: one of the all-time great hot streaks in pop history begins here.”:https://bit.ly/2SPAzX9",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}