Information about plays

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

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

{
    "id": 3633869,
    "uri": "https://api.kexp.org/v2/plays/3633869/?format=api",
    "airdate": "2026-03-26T11:36:18-07:00",
    "show": 66284,
    "show_uri": "https://api.kexp.org/v2/shows/66284/?format=api",
    "image_uri": "https://dn710808.ca.archive.org/0/items/mbid-51dd39ef-8e73-420e-9f18-649d0d923109/mbid-51dd39ef-8e73-420e-9f18-649d0d923109-10919843616_thumb500.jpg",
    "thumbnail_uri": "https://dn710808.ca.archive.org/0/items/mbid-51dd39ef-8e73-420e-9f18-649d0d923109/mbid-51dd39ef-8e73-420e-9f18-649d0d923109-10919843616_thumb250.jpg",
    "song": "The Return of Jackie and Judy",
    "track_id": "0e1e457b-f18d-350d-ab98-045ab9c09287",
    "recording_id": "279a2460-91bb-4c28-9af1-d93968eec392",
    "artist": "Ramones",
    "artist_ids": [
        "d6ed7887-a401-47a8-893c-34b967444d26"
    ],
    "album": "End of the Century",
    "release_id": "51dd39ef-8e73-420e-9f18-649d0d923109",
    "release_group_id": "b46e3fa3-f066-311b-a096-8c8b9353dab8",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2002-08-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From The Ramones 1980 album, 'End of the Century'.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}