Information about plays

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

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

{
    "id": 3632623,
    "uri": "https://api.kexp.org/v2/plays/3632623/?format=api",
    "airdate": "2026-03-23T05:29:22-07:00",
    "show": 66258,
    "show_uri": "https://api.kexp.org/v2/shows/66258/?format=api",
    "image_uri": "https://dn721606.ca.archive.org/0/items/mbid-43726f41-6d9e-44a0-a65a-835f21367787/mbid-43726f41-6d9e-44a0-a65a-835f21367787-36274841004_thumb500.jpg",
    "thumbnail_uri": "https://ia802900.us.archive.org/26/items/mbid-43726f41-6d9e-44a0-a65a-835f21367787/mbid-43726f41-6d9e-44a0-a65a-835f21367787-36274841004_thumb250.jpg",
    "song": "Angie",
    "track_id": "200d3570-638d-4a31-be7f-5ca38f724c30",
    "recording_id": "490de4d9-43f2-4f4c-98f4-3ef87fc4b4ab",
    "artist": "Womack & Womack",
    "artist_ids": [
        "d41817d9-893f-4dd1-99ac-7b12dc3ba265"
    ],
    "album": "Love Wars",
    "release_id": "43726f41-6d9e-44a0-a65a-835f21367787",
    "release_group_id": "65437b0a-b881-364e-b358-9f7ce7a10294",
    "labels": [],
    "label_ids": [],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rolling Stones cover and features James Gadson on drums\n\nhttps://www.youtube.com/watch?v=hyfX45z9O3E&list=RDhyfX45z9O3E&start_radio=1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}