Information about plays

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

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

{
    "id": 3620770,
    "uri": "https://api.kexp.org/v2/plays/3620770/?format=api",
    "airdate": "2026-02-22T10:35:13-08:00",
    "show": 66001,
    "show_uri": "https://api.kexp.org/v2/shows/66001/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Howlin’ for My Darling",
    "track_id": null,
    "recording_id": "80711405-51d6-4378-9172-fd131344bc2b",
    "artist": "Stuff Smith",
    "artist_ids": [
        "b390db8d-bb59-4560-8230-3cd2c3d39156"
    ],
    "album": "The Beginning British Blues",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Immediate"
    ],
    "label_ids": [],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From a compilation of British blues released on the record label founded by Tony Calder and The Rolling Stones’ manager Andrew Loog Oldham.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}