Information about plays

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

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

{
    "id": 3559793,
    "uri": "https://api.kexp.org/v2/plays/3559793/?format=api",
    "airdate": "2025-09-30T21:41:49-07:00",
    "show": 64712,
    "show_uri": "https://api.kexp.org/v2/shows/64712/?format=api",
    "image_uri": "https://coverartarchive.org/release/ae6389a7-cd8c-3e62-8db1-1b9a9e6e27b9/4394479901-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ae6389a7-cd8c-3e62-8db1-1b9a9e6e27b9/4394479901-250.jpg",
    "song": "You Wish",
    "track_id": null,
    "recording_id": "6a3759fb-c92d-454a-9b92-5852146ca282",
    "artist": "Nightmares on Wax",
    "artist_ids": [
        "b8c5cc4f-239f-4e02-b46f-b040b77c2030"
    ],
    "album": "In a Space Outta Sound",
    "release_id": null,
    "release_group_id": "2ea9fdb4-e78d-3c56-8a18-3a8c44ebed86",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In a Space Outta Sound is Nightmares on Wax's fifth studio album, born in 2006. This compilation of sounds has all sorts of sonic textures, alongside many samples, electronic loops, and influences from reggae, soul, funk, and hip-hop.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}