Information about plays

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

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

{
    "id": 3541196,
    "uri": "https://api.kexp.org/v2/plays/3541196/?format=api",
    "airdate": "2025-08-17T11:29:21-07:00",
    "show": 64314,
    "show_uri": "https://api.kexp.org/v2/shows/64314/?format=api",
    "image_uri": "https://coverartarchive.org/release/d83c777b-af6c-441c-8168-7bb0b7d2a1d8/41511239506-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d83c777b-af6c-441c-8168-7bb0b7d2a1d8/41511239506-250.jpg",
    "song": "Hungover Thinkin'",
    "track_id": null,
    "recording_id": "83f6b315-dd8f-4f77-8fbb-ce6531a84dc7",
    "artist": "Lola Kirke",
    "artist_ids": [
        "854f12cc-979f-4f4f-8e1c-53722cc816cc"
    ],
    "album": "Trailblazer",
    "release_id": null,
    "release_group_id": "b1b7ba78-9dc4-4fbe-b90a-8785a0b452c6",
    "labels": [
        "One Riot Records"
    ],
    "label_ids": [],
    "release_date": "2025-03-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The British-American wrote this album with Daniel Tashian in between writing a memoir and acting in the movie Sinners.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}