Information about plays

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

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

{
    "id": 3598860,
    "uri": "https://api.kexp.org/v2/plays/3598860/?format=api",
    "airdate": "2026-01-01T14:54:16-08:00",
    "show": 65533,
    "show_uri": "https://api.kexp.org/v2/shows/65533/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "For Once in My Life",
    "track_id": "545bd37f-0aa4-34da-be06-019f50442948",
    "recording_id": "00f22db1-817b-44e0-bf14-54cfda874e1e",
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Hitsville USA: The Motown Singles Collection 1959–1971",
    "release_id": "55e12b15-e080-42a8-af93-4301e3487a45",
    "release_group_id": "ebc5c8a7-5537-34b2-a7ad-a2bc50ba4a31",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1992-11-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that Stevie Wonder was only 17 when he recorded this classic? \n\nWatch an older Mr. Wonder perform this one live in Madison Square Garden in 2024: https://www.youtube.com/watch?v=4efovwxr-Fw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}