Information about plays

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

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

{
    "id": 3576467,
    "uri": "https://api.kexp.org/v2/plays/3576467/?format=api",
    "airdate": "2025-11-10T14:57:49-08:00",
    "show": 65074,
    "show_uri": "https://api.kexp.org/v2/shows/65074/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pandora (For Cindy)",
    "track_id": "b2d2351b-5a12-377b-acc2-11f87720e8fb",
    "recording_id": "af9195ee-f4de-4371-9dd5-3e6f0708c603",
    "artist": "Cocteau Twins",
    "artist_ids": [
        "000fc734-b7e1-4a01-92d1-f544261b43f5"
    ],
    "album": "Treasure",
    "release_id": "1fe86283-7857-3228-901b-daf55ed398a5",
    "release_group_id": "e0023081-c755-377d-9bbf-fd7551d5d14c",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2003-02-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Robin Guthrie, Scottish musician, songwriter, composer, record producer and audio engineer best known as the co-founder of the band Cocteau Twins. During his career Guthrie has performed guitar, bass guitar, keyboards, drums and other musical instruments, in addition to programming, sampling and sound processing.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}