Information about plays

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

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

{
    "id": 3547478,
    "uri": "https://api.kexp.org/v2/plays/3547478/?format=api",
    "airdate": "2025-09-01T07:28:08-07:00",
    "show": 64445,
    "show_uri": "https://api.kexp.org/v2/shows/64445/?format=api",
    "image_uri": "https://coverartarchive.org/release/5f32b2ed-8c47-49e2-ab5a-af42d82394aa/14614133552-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5f32b2ed-8c47-49e2-ab5a-af42d82394aa/14614133552-250.jpg",
    "song": "Got It Bad",
    "track_id": null,
    "recording_id": "4eaae1ca-91bb-4649-b875-29528a9c84f9",
    "artist": "Leisure",
    "artist_ids": [
        "f67d22da-7fe8-40f8-8495-b903e74fd094"
    ],
    "album": "Got It Bad",
    "release_id": null,
    "release_group_id": "0f01a85f-5c75-444b-a56d-5d1fb8302023",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2015-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Leisure is an eletronic music group from New Zealand. The member lineup got their start as established musicians and producers in Auckland's music scene in the 2000s. They're currently on tour:\n- October 31st at the Showbox Sodo in Seattle\n- November 1st & 2nd at the Commodore Ballroom in Vancouver, BC\n\nhttp://www.theleisurecollective.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}