Information about plays

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

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

{
    "id": 3549800,
    "uri": "https://api.kexp.org/v2/plays/3549800/?format=api",
    "airdate": "2025-09-06T22:48:29-07:00",
    "show": 64495,
    "show_uri": "https://api.kexp.org/v2/shows/64495/?format=api",
    "image_uri": "https://coverartarchive.org/release/d7d95d3a-14b8-49f7-bd84-7891b0c763ad/41513656458-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d7d95d3a-14b8-49f7-bd84-7891b0c763ad/41513656458-250.jpg",
    "song": "Hands Off",
    "track_id": null,
    "recording_id": "a4f74b63-501e-4b9c-880e-4b2d8e9632d3",
    "artist": "Taxi Girls",
    "artist_ids": [
        "86dbabd1-5eef-455e-af14-e0a97b877963"
    ],
    "album": "Coming Up Roses",
    "release_id": null,
    "release_group_id": "1f4d1125-e15c-4774-87bb-5550a65747a9",
    "labels": [
        "Wild Honey Records"
    ],
    "label_ids": [
        "6a993656-9f2b-444b-a0b6-6eb3417ac7ae"
    ],
    "release_date": "2023-07-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taxi Girls is a high-energy rock trio hailing from Montreal, Canada and comprised of three talented and fierce ladies!\n\nhttps://taxigirls.bandcamp.com/album/coming-up-roses-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}