Information about plays

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

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

{
    "id": 3549067,
    "uri": "https://api.kexp.org/v2/plays/3549067/?format=api",
    "airdate": "2025-09-05T03:11:38-07:00",
    "show": 64477,
    "show_uri": "https://api.kexp.org/v2/shows/64477/?format=api",
    "image_uri": "https://ia601901.us.archive.org/12/items/mbid-b7f2dc7e-3941-4c9c-a801-b656f295931c/mbid-b7f2dc7e-3941-4c9c-a801-b656f295931c-33866302333_thumb500.jpg",
    "thumbnail_uri": "https://ia601901.us.archive.org/12/items/mbid-b7f2dc7e-3941-4c9c-a801-b656f295931c/mbid-b7f2dc7e-3941-4c9c-a801-b656f295931c-33866302333_thumb250.jpg",
    "song": "Wish",
    "track_id": "9c0d72e1-97de-4f3a-a0b3-dffb3cac7014",
    "recording_id": "06d6f9ad-401b-4215-8304-e7af3f3692b4",
    "artist": "Nine Inch Nails",
    "artist_ids": [
        "b7ffd2af-418f-4be2-bdd1-22f8b48613da"
    ],
    "album": "Broken",
    "release_id": "b7f2dc7e-3941-4c9c-a801-b656f295931c",
    "release_group_id": "abcff3e9-a3f4-3a94-a6be-32381104084e",
    "labels": [
        "Atlantic",
        "Interscope Records",
        "TVT Records",
        "Nothing Records"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7",
        "2182a316-c4bd-4605-936a-5e2fac52bdd2",
        "c9117237-b78b-4e47-b452-c9d94fb34916",
        "4b5cba06-6a79-454c-91f5-3fe220d4950d"
    ],
    "release_date": "1992-09-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request! ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}