Information about plays

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

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

{
    "id": 3606924,
    "uri": "https://api.kexp.org/v2/plays/3606924/?format=api",
    "airdate": "2026-01-20T20:24:23-08:00",
    "show": 65710,
    "show_uri": "https://api.kexp.org/v2/shows/65710/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What Kinda Music",
    "track_id": null,
    "recording_id": "7d450eac-e11a-4331-9b31-fa6d3c61de5b",
    "artist": "Tom Misch, Yussef Dayes",
    "artist_ids": [
        "fc3e8983-1f51-4c80-b2b5-146bf2162dc2",
        "fdbffd97-c991-433c-9137-cafee3ded97a"
    ],
    "album": "What Kinda Music",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "2020-04-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"What Kinda Music\" is a collaborative studio album by English multi-instrumentalist and singer Tom Misch and English drummer Yussef Dayes.\n--\nThe two grew up in the same area of South East London, and Misch actually saw Dayes play on drums in the school talent show for the first time when he was 9. They didn't actually get together until 2018.\n--\nYussef Dayes: “Both our parents who’d never met each other before, are now best friends as a result of this – they now see each other more than we do! I’d like to think, in some small way, that this album has a similar impact for people too – everything feels so divided these days, it would be nice for people to hear the record and hear two very different musicians coming together and realize it doesn’t have to be that way”.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}