Information about plays

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

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

{
    "id": 3561407,
    "uri": "https://api.kexp.org/v2/plays/3561407/?format=api",
    "airdate": "2025-10-04T22:14:12-07:00",
    "show": 64748,
    "show_uri": "https://api.kexp.org/v2/shows/64748/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Springtime",
    "track_id": null,
    "recording_id": null,
    "artist": "Leatherface",
    "artist_ids": [
        "25d9ce8e-72f7-4250-b992-f1fb8f29917f"
    ],
    "album": "The Peel Sessions",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "ADD"
    ],
    "label_ids": [],
    "release_date": "2025-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The album captures Leatherface recording three sessions in the 90’s for none other than the great John Peel which, spans parts of their early career, hurtling you through the heady days of Radio and the privileged few who have ever walked the BBC Maida Vale recording studios, at the request of Mr. Peel himself.\n\nhttps://leatherface.bandcamp.com/album/the-peel-sessions",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}