Information about plays

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

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

{
    "id": 3587252,
    "uri": "https://api.kexp.org/v2/plays/3587252/?format=api",
    "airdate": "2025-12-05T18:44:29-08:00",
    "show": 65296,
    "show_uri": "https://api.kexp.org/v2/shows/65296/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Exits",
    "track_id": "c0760114-9ce6-43cb-a02a-c3bcff0c295f",
    "recording_id": "12065e67-3747-4a8f-b6af-d43de2f9e0e7",
    "artist": "Foals",
    "artist_ids": [
        "6a65d878-fcd0-42cf-aff9-ca1d636a8bcc"
    ],
    "album": "Everything Not Saved Will Be Lost Part 1",
    "release_id": "4edf86bf-1bce-452b-95a9-73b3d9f2a4ce",
    "release_group_id": "ebbf6f7c-a843-4de9-96b7-5081dce485c7",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2019-03-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Foals frontman Yannis Philippakis spoke about the themes of this song: “You read about these tech billionaires who are buying bunkers in New Zealand. The song is an MC Escher-like dystopian fantasy, except it’s quite close to being reality… All the post-millennial dread that everybody’s swimming in at the moment is very much present.”\nhttps://collectedreworks.foals.co.uk/?ref=https://www.google.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}