Information about plays

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

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

{
    "id": 3633330,
    "uri": "https://api.kexp.org/v2/plays/3633330/?format=api",
    "airdate": "2026-03-25T01:54:53-07:00",
    "show": 66273,
    "show_uri": "https://api.kexp.org/v2/shows/66273/?format=api",
    "image_uri": "https://dn711104.ca.archive.org/0/items/mbid-b94e53c9-9b50-483a-942b-c50f12c4280e/mbid-b94e53c9-9b50-483a-942b-c50f12c4280e-11654993926_thumb500.jpg",
    "thumbnail_uri": "https://dn711104.ca.archive.org/0/items/mbid-b94e53c9-9b50-483a-942b-c50f12c4280e/mbid-b94e53c9-9b50-483a-942b-c50f12c4280e-11654993926_thumb250.jpg",
    "song": "Huarache Lights",
    "track_id": "9cd46f2c-11b0-46b7-b8e2-8e5dfbc21ff0",
    "recording_id": "98d2cdf9-6d49-4c72-882a-bec84810587f",
    "artist": "Hot Chip",
    "artist_ids": [
        "d8915e13-d67a-4aa0-9c0b-1f126af951af"
    ],
    "album": "Why Make Sense?",
    "release_id": "b94e53c9-9b50-483a-942b-c50f12c4280e",
    "release_group_id": "1ad35533-3614-408b-9d4b-4a3cc466e809",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2015-05-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hot Chip featured their Bugged Out mix of Robert Palmer's Looking For Clues on their Bugged Out Mix DJ mix from 2009.\n\nI saw them DJ Robert Palmer tunes at an Oxfam and I bought the vinyl they played, haha.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}