Information about plays

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

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

{
    "id": 3596135,
    "uri": "https://api.kexp.org/v2/plays/3596135/?format=api",
    "airdate": "2025-12-26T05:28:01-08:00",
    "show": 65476,
    "show_uri": "https://api.kexp.org/v2/shows/65476/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "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": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}