Information about plays

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

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

{
    "id": 3641168,
    "uri": "https://api.kexp.org/v2/plays/3641168/?format=api",
    "airdate": "2026-04-12T11:37:26-07:00",
    "show": 66433,
    "show_uri": "https://api.kexp.org/v2/shows/66433/?format=api",
    "image_uri": "https://coverartarchive.org/release/d1d91d40-77bb-4f81-89e0-904e9ab1072f/41197315494-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d1d91d40-77bb-4f81-89e0-904e9ab1072f/41197315494-250.jpg",
    "song": "Let’s Get Drunk Again",
    "track_id": null,
    "recording_id": "ca4db2ca-77da-430c-a3a8-b35c3d4eecd3",
    "artist": "Blue Moon Marquee",
    "artist_ids": [
        "01fa4aff-3782-4b37-8010-028d9c13d1aa"
    ],
    "album": "New Orleans Sessions",
    "release_id": null,
    "release_group_id": "6a5991ed-3736-4dac-8a1e-3071d2b37977",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The British-Columbian band recorded this album of originals and songs they love from the early 1900s live off-the-floor in New Orleans.\nhttps://bluemoonmarquee.bandcamp.com/album/new-orleans-sessions",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}