Information about plays

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

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

{
    "id": 3639675,
    "uri": "https://api.kexp.org/v2/plays/3639675/?format=api",
    "airdate": "2026-04-09T01:37:25-07:00",
    "show": 66404,
    "show_uri": "https://api.kexp.org/v2/shows/66404/?format=api",
    "image_uri": "https://coverartarchive.org/release/d07c5ce9-7091-4f1c-b78c-ef56a7371598/4437137920-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d07c5ce9-7091-4f1c-b78c-ef56a7371598/4437137920-250.jpg",
    "song": "Daytona 500",
    "track_id": null,
    "recording_id": "b876d103-7aff-4831-8e87-96e52aeb4a97",
    "artist": "Ghostface Killah feat. Raekwon & Cappadonna",
    "artist_ids": [
        "3b39abeb-0064-4eed-9ddd-ee47a45c54cb",
        "4e954b02-fae2-4bd7-9547-e055a6ac0527",
        "20292c32-1fe2-4e5d-82c8-7e04e6b8cf73"
    ],
    "album": "Ironman",
    "release_id": null,
    "release_group_id": "97173ef6-fd21-3d0a-80d3-c8c79fb97b17",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1996-10-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 1996, Ghostface Killah released his debut album, 'Ironman'. A song from the album, “Daytona 500” sounds and feels like it’s namesake prestigious NASCAR race. Produced by RZA, the fast-paced track forces Ghostface, Raekwon, and Cappadonna to bring their A game, and they do not disappoint. \"Daytona 500\" sampled jazz-funk keyboardist Bob James 1974 track \"Nautilus.\"\nhttps://bit.ly/3DG6hrw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}