Information about plays

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

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

{
    "id": 3609782,
    "uri": "https://api.kexp.org/v2/plays/3609782/?format=api",
    "airdate": "2026-01-27T12:01:33-08:00",
    "show": 65769,
    "show_uri": "https://api.kexp.org/v2/shows/65769/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What Went Down",
    "track_id": "6c6bd8d9-af9e-4ea1-bfa1-66c102e94b13",
    "recording_id": "e1765e2b-d681-4f81-b383-dc554e4faf9f",
    "artist": "Foals",
    "artist_ids": [
        "6a65d878-fcd0-42cf-aff9-ca1d636a8bcc"
    ],
    "album": "What Went Down",
    "release_id": "0d4bca24-a767-46d5-b95e-908fa3b4fd79",
    "release_group_id": "008b9a80-7d2a-497c-8c47-436d86f60dbc",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2015-08-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The title track of Foals' What Went Down album paints the picture of a man close to a dangerous brink. Yannis Philippakis said: \"It is one of the most savage and animalistic songs we've ever done. When we play it in a room, it just feels predatory, it feels like we're on a hunt or something.\"\n\n\"[Producer] James Ford really pushed me to get into a place with the vocal texture where it was just like berserk.\" Philippakis added: \"Ford really pushed us and we couldn't be happier.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}