Information about plays

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

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

{
    "id": 3598398,
    "uri": "https://api.kexp.org/v2/plays/3598398/?format=api",
    "airdate": "2025-12-31T10:00:07-08:00",
    "show": 65523,
    "show_uri": "https://api.kexp.org/v2/shows/65523/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Feel Good",
    "track_id": "9dc76939-4993-4ad2-bc42-f6bf303f2e7a",
    "recording_id": "70cb9fb9-d2ee-4301-b61b-61e9c2ee3916",
    "artist": "Maribou State feat. Khruangbin",
    "artist_ids": [
        "72034a05-bcd8-40c2-8255-3ee4ac0e7ef0",
        "aea4c9b9-9f8d-49dc-b2ca-57d6f26e8634"
    ],
    "album": "Kingdoms in Colour",
    "release_id": "a88a8bfe-ed10-4a5e-b7d7-34fde777e545",
    "release_group_id": "281972e4-e6d5-49a8-b701-032c44aa291b",
    "labels": [
        "Counter Records"
    ],
    "label_ids": [
        "93214c28-306f-493f-a1e8-be3e04e1ab78"
    ],
    "release_date": "2018-09-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "‘Feel Good’ is a collaboration born of London's Maribou State's  friendship with Houston-based trio Khruangbin and a shared love of breakbeats, vintage surf riffs and a common desire to explore worldwide music cultures. \"Sometimes a chance meeting plants the seed for something bigger,” say Khruangbin. “Such was the case when we met Maribou State at KOKO a couple of years ago. We are very happy to be involved in this project. And we ‘feel good’ already.”\n--\nCheck out Maribou State performing live in the KEXP studio in 2019. https://www.youtube.com/watch?v=TEy-lof4F_I",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}