Information about plays

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

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

{
    "id": 3601580,
    "uri": "https://api.kexp.org/v2/plays/3601580/?format=api",
    "airdate": "2026-01-07T22:44:44-08:00",
    "show": 65591,
    "show_uri": "https://api.kexp.org/v2/shows/65591/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Haven’t Done Nothin’",
    "track_id": null,
    "recording_id": "c70b8a0a-7b10-4410-a09d-ebe14e1bfddb",
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Fulfillingness’ First Finale",
    "release_id": null,
    "release_group_id": "95e58ee5-5421-38b0-a937-803b004c7ae8",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1974-07-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}