Information about plays

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

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

{
    "id": 3576974,
    "uri": "https://api.kexp.org/v2/plays/3576974/?format=api",
    "airdate": "2025-11-11T21:35:46-08:00",
    "show": 65084,
    "show_uri": "https://api.kexp.org/v2/shows/65084/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Folding - Marla Kether Remix",
    "track_id": null,
    "recording_id": null,
    "artist": "Footshooter, Allysha Joy, Marla Kether",
    "artist_ids": [],
    "album": "Folding (Marla Kether Remix)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Tru Thoughts"
    ],
    "label_ids": [],
    "release_date": "2025-10-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally a collaboration with Melbourne-born vocalist and songwriter Allysha Joy, Folding balanced a laidback, jazz-infused groove with propulsive broken beat rhythms. On the remix, bassist, producer and DJ Marla Kether reimagines the track as a delicate yet driving deep house cut.\n\nhttps://footshooterbeats.bandcamp.com/track/folding-feat-allysha-joy-marla-kether-remix",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}