Information about plays

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

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

{
    "id": 3616959,
    "uri": "https://api.kexp.org/v2/plays/3616959/?format=api",
    "airdate": "2026-02-13T11:35:37-08:00",
    "show": 65921,
    "show_uri": "https://api.kexp.org/v2/shows/65921/?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": "UK band Foals stopped by the KEXP studio back in June of 2013. Check out their full performance and discussion with Cheryl Waters: https://www.youtube.com/watch?v=7x91ZFVt0qI. \n\n\"What Went Down\" is the title track from their 2015 album. 2022's Life Is Yours is their most recent release. \n\nhttps://www.foals.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}