Information about plays

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

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

{
    "id": 3633932,
    "uri": "https://api.kexp.org/v2/plays/3633932/?format=api",
    "airdate": "2026-03-26T15:23:16-07:00",
    "show": 66285,
    "show_uri": "https://api.kexp.org/v2/shows/66285/?format=api",
    "image_uri": "https://coverartarchive.org/release/761526cd-993d-41e7-8319-001ca9f7b606/33857153135-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/761526cd-993d-41e7-8319-001ca9f7b606/33857153135-250.jpg",
    "song": "Let’s Go",
    "track_id": null,
    "recording_id": "d62e4305-dfcc-4d49-85fd-4cb8456bbdb1",
    "artist": "Trick Daddy feat. Twista & Lil Jon",
    "artist_ids": [
        "8efb78e6-9401-4f54-902b-57e9c3b54e64",
        "0bc858a1-3573-4216-9423-c96dd8c72919",
        "a95384b1-6aec-468c-ae0d-8c6daf87c4c2"
    ],
    "album": "Crunk Hits",
    "release_id": null,
    "release_group_id": "e94e631a-60e5-3584-86ad-0d2f358ee25d",
    "labels": [
        "TVT Records"
    ],
    "label_ids": [
        "c9117237-b78b-4e47-b452-c9d94fb34916"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This one directly sampled multiple elements of Ozzy Osbourne's \"Crazy Train.\"\n--\nHere's the official video: https://www.youtube.com/watch?v=YDAX-2pvUUY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}