Information about plays

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

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

{
    "id": 3601583,
    "uri": "https://api.kexp.org/v2/plays/3601583/?format=api",
    "airdate": "2026-01-07T22:53:37-08:00",
    "show": 65591,
    "show_uri": "https://api.kexp.org/v2/shows/65591/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "People Have the Power",
    "track_id": "867e974b-bdfd-3a65-b633-61255ad8600e",
    "recording_id": "57377404-fe11-4973-9cdf-f154256645bd",
    "artist": "Patti Smith feat. Lenny Kaye",
    "artist_ids": [
        "d135874d-9cae-4fef-97e3-36acbd9f5a26",
        "47455aa4-c71e-4662-a775-33b81fcf0a37"
    ],
    "album": "Live at KEXP, Volume Two",
    "release_id": "7379b62c-66da-4568-b9b6-33119d4e92e2",
    "release_group_id": "1120fbef-0db6-3bc5-bcb3-1c345dd7b0c6",
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}