Information about plays

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

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

{
    "id": 3636311,
    "uri": "https://api.kexp.org/v2/plays/3636311/?format=api",
    "airdate": "2026-04-01T04:54:35-07:00",
    "show": 66334,
    "show_uri": "https://api.kexp.org/v2/shows/66334/?format=api",
    "image_uri": "https://dn721601.ca.archive.org/0/items/mbid-f51e71ed-7526-4516-87ba-bf6ce7e815c3/mbid-f51e71ed-7526-4516-87ba-bf6ce7e815c3-23676088020_thumb500.jpg",
    "thumbnail_uri": "https://dn721601.ca.archive.org/0/items/mbid-f51e71ed-7526-4516-87ba-bf6ce7e815c3/mbid-f51e71ed-7526-4516-87ba-bf6ce7e815c3-23676088020_thumb250.jpg",
    "song": "Hot Shower",
    "track_id": "196d05db-0818-4e6e-962c-fa0e55a758b6",
    "recording_id": "f27c28bb-25d9-46ed-9ed1-72332663f631",
    "artist": "Chance the Rapper",
    "artist_ids": [
        "373a4c98-a46b-48e4-86ec-f6ca65b4f438"
    ],
    "album": "The Big Day",
    "release_id": "f51e71ed-7526-4516-87ba-bf6ce7e815c3",
    "release_group_id": "20802b79-0b52-4053-9f7b-fad69d4a34f7",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-07-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}