Information about plays

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

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

{
    "id": 3568427,
    "uri": "https://api.kexp.org/v2/plays/3568427/?format=api",
    "airdate": "2025-10-22T08:11:34-07:00",
    "show": 64902,
    "show_uri": "https://api.kexp.org/v2/shows/64902/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stay In Your Lane",
    "track_id": "ab4aa0a1-4a16-4ef1-b212-81478c17ad6b",
    "recording_id": "db170d16-2e1c-4d4f-b0bb-251e0ebdd535",
    "artist": "Courtney Barnett",
    "artist_ids": [
        "55111838-f001-494a-a1b5-9d818db85810"
    ],
    "album": "Stay In Your Lane",
    "release_id": "66c3bcaf-7cc4-4a27-b4ce-1c7c6bfd9bde",
    "release_group_id": "30c81135-87da-4767-aa48-5fc62028f434",
    "labels": [
        "Mom + Pop Music"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2025-10-15",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New single from Courtney Barnett who has been quietly making her live return, road-testing new music at a series of intimate shows at Levon Helm Studios and in Joshua Tree. Courtney will be returning to screens on Wednesday, October 22 (TONIGHT!) , performing the new single on The Tonight Show with Jimmy Fallon.\n\nhttps://courtneybarnett.bandcamp.com\nhttps://courtneybarnett.com.au/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}