Information about plays

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

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

{
    "id": 3644403,
    "uri": "https://api.kexp.org/v2/plays/3644403/?format=api",
    "airdate": "2026-04-20T05:16:17-07:00",
    "show": 66503,
    "show_uri": "https://api.kexp.org/v2/shows/66503/?format=api",
    "image_uri": "https://dn711209.ca.archive.org/0/items/mbid-3dd097a0-e61a-3e79-93db-f595fa22be23/mbid-3dd097a0-e61a-3e79-93db-f595fa22be23-15646640897_thumb500.jpg",
    "thumbnail_uri": "https://dn711209.ca.archive.org/0/items/mbid-3dd097a0-e61a-3e79-93db-f595fa22be23/mbid-3dd097a0-e61a-3e79-93db-f595fa22be23-15646640897_thumb250.jpg",
    "song": "Decades",
    "track_id": "9db888f0-c828-3eb8-b57c-bf9c7b88bdb2",
    "recording_id": "5b89687d-f8bd-40be-9e65-e69c9e2b6a66",
    "artist": "Joy Division",
    "artist_ids": [
        "9a58fda3-f4ed-4080-a3a5-f457aac9fcdd"
    ],
    "album": "Heart and Soul",
    "release_id": "3dd097a0-e61a-3e79-93db-f595fa22be23",
    "release_group_id": "5281d33b-c6d5-38ca-8a55-2ea0455ec2b1",
    "labels": [
        "London Records 90"
    ],
    "label_ids": [
        "2cd8a4b0-f36a-4761-8637-893024985e2f"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Decades\" is the final track of Joy Division's second and final studio album, Closer, released in 1980. The song serves as a funeral march that concludes the band's studio career, released just two months after frontman Ian Curtis's death.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}