Information about plays

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

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

{
    "id": 3583032,
    "uri": "https://api.kexp.org/v2/plays/3583032/?format=api",
    "airdate": "2025-11-26T01:12:51-08:00",
    "show": 65212,
    "show_uri": "https://api.kexp.org/v2/shows/65212/?format=api",
    "image_uri": "https://ia804503.us.archive.org/24/items/mbid-7b1fc528-f1b4-475b-9486-1f260c95d798/mbid-7b1fc528-f1b4-475b-9486-1f260c95d798-29714123941_thumb500.jpg",
    "thumbnail_uri": "https://dn721602.ca.archive.org/0/items/mbid-7b1fc528-f1b4-475b-9486-1f260c95d798/mbid-7b1fc528-f1b4-475b-9486-1f260c95d798-29714123941_thumb250.jpg",
    "song": "Everywhere",
    "track_id": "8d22b043-62c3-4b52-a93f-fbdda29c726b",
    "recording_id": "79c055de-1fc0-4813-9490-7c694e244d37",
    "artist": "Cranes",
    "artist_ids": [
        "f6dfc44d-5da4-4ed1-949b-32715630dff4"
    ],
    "album": "Adrift",
    "release_id": "7b1fc528-f1b4-475b-9486-1f260c95d798",
    "release_group_id": "48aa27f9-533f-39fa-98e7-d49b18884b42",
    "labels": [
        "Dedicated"
    ],
    "label_ids": [
        "d769b2e7-0827-461f-978c-493d522cf67d"
    ],
    "release_date": "1993-03-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}