Information about plays

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

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

{
    "id": 3625519,
    "uri": "https://api.kexp.org/v2/plays/3625519/?format=api",
    "airdate": "2026-03-05T06:26:03-08:00",
    "show": 66095,
    "show_uri": "https://api.kexp.org/v2/shows/66095/?format=api",
    "image_uri": "https://dn720806.ca.archive.org/0/items/mbid-6d2f5286-ca59-4a3c-b060-9758584c9db4/mbid-6d2f5286-ca59-4a3c-b060-9758584c9db4-30309453515_thumb500.jpg",
    "thumbnail_uri": "https://dn720806.ca.archive.org/0/items/mbid-6d2f5286-ca59-4a3c-b060-9758584c9db4/mbid-6d2f5286-ca59-4a3c-b060-9758584c9db4-30309453515_thumb250.jpg",
    "song": "Ready Steady Go",
    "track_id": "03d5e07d-3cbd-39ea-983a-a5cd3e39ce9a",
    "recording_id": "1bf85439-8bfa-4a9d-b3bd-fce916f00839",
    "artist": "Paul Oakenfold feat. Asher D",
    "artist_ids": [
        "d944e7f4-9328-442b-b63d-cf19be112205",
        "7bf1f441-ccf1-4258-9797-07c8d16eb44c"
    ],
    "album": "Bunkka",
    "release_id": "6d2f5286-ca59-4a3c-b060-9758584c9db4",
    "release_group_id": "80006664-bb78-3716-b1e7-5f3fddee4522",
    "labels": [
        "Maverick"
    ],
    "label_ids": [
        "79afd9ce-c6b2-4e9a-9b23-a13e25d70688"
    ],
    "release_date": "2002-06-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Ready Steady Go' was featured on Paul Oakenfold's 2002 album Bunkka. The single peaked at #16 in the UK.\n\nSee the official video: https://www.youtube.com/watch?v=dHgGIVGPEyE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}