Information about plays

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

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

{
    "id": 3544385,
    "uri": "https://api.kexp.org/v2/plays/3544385/?format=api",
    "airdate": "2025-08-24T20:49:18-07:00",
    "show": 64378,
    "show_uri": "https://api.kexp.org/v2/shows/64378/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "25 Hours",
    "track_id": null,
    "recording_id": "c98caad1-2562-4690-91fd-325a85a6a5ba",
    "artist": "Lanier",
    "artist_ids": [
        "80d49bf4-5a00-4534-97d7-85121d0d48bd"
    ],
    "album": "Super Disco (original disco & soul from Harlem’s P&P Records)",
    "release_id": null,
    "release_group_id": "0f8cd2aa-f45f-4286-a802-2fea4f81b2b9",
    "labels": [
        "Landspeed Records"
    ],
    "label_ids": [
        "4c294adf-cc00-497f-aa1d-d67d1cbe5e09"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lanier released \"25 Hours\" as a b-side to \"Blinded (By The Qualities Of You)\" in 1980 with Clarence Music Records. You can find the track on the 2002 compilation album Super Disco (original disco & soul from Harlem’s P&P Records).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}