Information about plays

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

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

{
    "id": 3579093,
    "uri": "https://api.kexp.org/v2/plays/3579093/?format=api",
    "airdate": "2025-11-16T18:28:27-08:00",
    "show": 65129,
    "show_uri": "https://api.kexp.org/v2/shows/65129/?format=api",
    "image_uri": "https://coverartarchive.org/release/344c40cf-88c1-4523-88c5-0d1c45d819c0/16896071490-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/344c40cf-88c1-4523-88c5-0d1c45d819c0/16896071490-250.jpg",
    "song": "Feelin Good",
    "track_id": null,
    "recording_id": "eb007d34-194c-4ea2-8829-f4e4b09c1cd1",
    "artist": "Santiago",
    "artist_ids": [
        "477e1fbb-3aa2-4998-b98c-16c6814c6674"
    ],
    "album": "22 Somerset Dr.: 1976-1978",
    "release_id": null,
    "release_group_id": "e643a461-81de-4f8a-bf73-91cc7703b876",
    "labels": [],
    "label_ids": [],
    "release_date": "2016-11-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Funk drummer Neftali Santiago originally released \"Feeling Good\" and b-side \"Land Of The Leaping No No (Ha-Ka-Cha-Ka-Ha-Ka-Cha-Ka)\" in 1975, but you can find the track on bandcamp: \nhttps://neftalisantiago.bandcamp.com/track/feelin-good",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}