Information about plays

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

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

{
    "id": 3543545,
    "uri": "https://api.kexp.org/v2/plays/3543545/?format=api",
    "airdate": "2025-08-23T01:00:54-07:00",
    "show": 64360,
    "show_uri": "https://api.kexp.org/v2/shows/64360/?format=api",
    "image_uri": "https://coverartarchive.org/release/71ecf5b1-f410-4093-99d4-e8a64388384b/16534133842-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/71ecf5b1-f410-4093-99d4-e8a64388384b/16534133842-250.jpg",
    "song": "We Chase the Sound",
    "track_id": null,
    "recording_id": null,
    "artist": "ADULT.",
    "artist_ids": [
        "ee4833d6-d338-4977-8842-85530515d0fa"
    ],
    "album": "Detroit House Guests",
    "release_id": null,
    "release_group_id": "09e43dd7-d17f-4e7d-a3cf-5f490fcae04a",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2016-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hi pals, welcome to Mechanical Breakdown!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}