Information about plays

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

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

{
    "id": 3578000,
    "uri": "https://api.kexp.org/v2/plays/3578000/?format=api",
    "airdate": "2025-11-14T08:44:04-08:00",
    "show": 65105,
    "show_uri": "https://api.kexp.org/v2/shows/65105/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Seether",
    "track_id": "8cf889ad-ab22-4274-9749-3383d3565d3c",
    "recording_id": "5bba0bbf-b02e-405e-a126-1bb5697e8e34",
    "artist": "Veruca Salt",
    "artist_ids": [
        "86e8e21a-d29f-47d2-bbf0-e079f7044e71"
    ],
    "album": "American Thighs",
    "release_id": "c84acb45-03ba-4a22-a483-ebf1b68d2833",
    "release_group_id": "9682037a-7cbc-3a74-9d65-05e6cf9451e9",
    "labels": [
        "Minty Fresh Records"
    ],
    "label_ids": [
        "ec44443b-b862-47e5-85a3-3db242d2789b"
    ],
    "release_date": "1994-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Nina Gordon of Veruca Salt, born on November 14th, 1967: https://www.aaemusic.com/artist/nina-gordon/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}