Information about plays

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

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

{
    "id": 3545754,
    "uri": "https://api.kexp.org/v2/plays/3545754/?format=api",
    "airdate": "2025-08-28T05:19:33-07:00",
    "show": 64407,
    "show_uri": "https://api.kexp.org/v2/shows/64407/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tinsletown in the Rain",
    "track_id": null,
    "recording_id": "dac411b1-80a0-4b8f-9557-126645a54fb4",
    "artist": "The Blue Nile",
    "artist_ids": [
        "13453b40-1d9c-4281-b73f-b7c1b45c7ebd"
    ],
    "album": "A Love Theme for the Wilderness",
    "release_id": null,
    "release_group_id": "bbd22586-a452-331e-99eb-60c46aaa20ca",
    "labels": [
        "A&M Records",
        "Linn Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c",
        "71950b39-d1af-49a1-b225-982f29f83d90"
    ],
    "release_date": "1984-08-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Tinseltown in the Rain\" is a song by Scottish pop band the Blue Nile. It was released as the second single from their 1984 debut album A Walk Across the Rooftops. It has been described as an \"ode to the city\" of Glasgow.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}