Information about plays

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

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

{
    "id": 3633012,
    "uri": "https://api.kexp.org/v2/plays/3633012/?format=api",
    "airdate": "2026-03-24T06:05:55-07:00",
    "show": 66266,
    "show_uri": "https://api.kexp.org/v2/shows/66266/?format=api",
    "image_uri": "https://dn711107.ca.archive.org/0/items/mbid-e06341fa-fa86-411a-9c7a-72253005f6fc/mbid-e06341fa-fa86-411a-9c7a-72253005f6fc-15327026981_thumb500.jpg",
    "thumbnail_uri": "https://dn711107.ca.archive.org/0/items/mbid-e06341fa-fa86-411a-9c7a-72253005f6fc/mbid-e06341fa-fa86-411a-9c7a-72253005f6fc-15327026981_thumb250.jpg",
    "song": "Sgt. Pepper’s Lonely Hearts Club Band",
    "track_id": "972d9f60-fa9e-4edc-997b-2550df395aaa",
    "recording_id": "470d06f8-6c0c-443d-b521-4c4eed9f0e7e",
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "Sgt. Pepper’s Lonely Hearts Club Band",
    "release_id": "e06341fa-fa86-411a-9c7a-72253005f6fc",
    "release_group_id": "9f7a4c28-8fa2-3113-929c-c47a9f7982c3",
    "labels": [
        "Apple Records",
        "Parlophone"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910",
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "2009-09-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in 1967, Sgt. Pepper reached new heights of creativity and is often cited as the inspiration for other major pop stars of the era, including Stevie Wonder and Marvin Gaye, to push the boundaries of their own studio work.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}