Information about plays

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

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

{
    "id": 3549807,
    "uri": "https://api.kexp.org/v2/plays/3549807/?format=api",
    "airdate": "2025-09-06T23:07:24-07:00",
    "show": 64495,
    "show_uri": "https://api.kexp.org/v2/shows/64495/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Station Service",
    "track_id": null,
    "recording_id": "7d49a02d-9157-4b99-9449-63ed37384ae6",
    "artist": "Les Lullies",
    "artist_ids": [
        "359e2b43-09f2-4829-a448-6db3e06153dd"
    ],
    "album": "Mauvaise foi",
    "release_id": null,
    "release_group_id": "3e6ffedd-613b-42b1-bffc-e6607bc6d583",
    "labels": [
        "Slovenly Recordings"
    ],
    "label_ids": [
        "cfb18bcf-d2cd-4e4b-b41c-1e63240a10ce"
    ],
    "release_date": "2023-05-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Montpellier, France\n\n“Mauvaise Foi” is the band's first album almost completely sung in French.\n\nhttps://leslullies.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}