Information about plays

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

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

{
    "id": 3546885,
    "uri": "https://api.kexp.org/v2/plays/3546885/?format=api",
    "airdate": "2025-08-30T21:03:44-07:00",
    "show": 64472,
    "show_uri": "https://api.kexp.org/v2/shows/64472/?format=api",
    "image_uri": "https://ia800203.us.archive.org/4/items/mbid-38cf5b55-759d-4f38-871d-1c729f65815f/mbid-38cf5b55-759d-4f38-871d-1c729f65815f-13366317753_thumb500.jpg",
    "thumbnail_uri": "https://ia600203.us.archive.org/4/items/mbid-38cf5b55-759d-4f38-871d-1c729f65815f/mbid-38cf5b55-759d-4f38-871d-1c729f65815f-13366317753_thumb250.jpg",
    "song": "Hybrid Moments",
    "track_id": "1214639b-8054-3830-874a-07ebe7291373",
    "recording_id": "f359d81c-ab2e-443b-8460-ec0dd2c2d688",
    "artist": "Misfits",
    "artist_ids": [
        "936addc3-91aa-49de-8ec0-0dc186de151f"
    ],
    "album": "Static Age",
    "release_id": "38cf5b55-759d-4f38-871d-1c729f65815f",
    "release_group_id": "3830954a-ffaf-3bde-b92f-93d8976d7876",
    "labels": [
        "Caroline Records"
    ],
    "label_ids": [
        "a14fd98c-9b89-481a-b7b8-eea8be6b2816"
    ],
    "release_date": "1997-07-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "The Misfits headlined Coachella this year and  for the first time in the festival's history, they broke their tradition and put the Misfit's logo on their poster.\n\nhttps://www.misfits.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}