Information about plays

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

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

{
    "id": 3572600,
    "uri": "https://api.kexp.org/v2/plays/3572600/?format=api",
    "airdate": "2025-11-01T13:08:20-07:00",
    "show": 64994,
    "show_uri": "https://api.kexp.org/v2/shows/64994/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "DEATH CULT ZOMBIE",
    "track_id": "aca89d72-9147-45f6-a88b-6d28f229a931",
    "recording_id": "499b4c02-b890-4321-b2a4-d148d9a586ac",
    "artist": "Genesis Owusu",
    "artist_ids": [
        "632258cb-4ab5-4f2d-be29-bcc641a275eb"
    ],
    "album": "DEATH CULT ZOMBIE",
    "release_id": "2995e837-9f78-458e-866a-eeef7d31ce94",
    "release_group_id": "318b6734-bc99-4980-9a9e-2b48cd4a7961",
    "labels": [
        "Ourness Pty Ltd"
    ],
    "label_ids": [
        "030d7e9f-da7e-48c0-b705-f4e535d2e5a1"
    ],
    "release_date": "2025-10-30",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New single!\nGenesis Owusu was born Kofi Owusu-Ansah in 1998 in Koforidua, Ghana. The family migrated to Canberra, Australia in 2000.\n\nHe was dubbed \"Genesis\" by his brother Kojo in primary school, who told his friends that his younger brother is Kofi: \"his friends were like 'oh, what's your brother's name?' and he said 'Coffee' and they just didn't believe him, for whatever reason. So he just apparently made Genesis up on the spot, and since then it's just stuck.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}