Information about plays

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

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

{
    "id": 3622032,
    "uri": "https://api.kexp.org/v2/plays/3622032/?format=api",
    "airdate": "2026-02-25T08:22:00-08:00",
    "show": 66026,
    "show_uri": "https://api.kexp.org/v2/shows/66026/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mambo Sun",
    "track_id": "6043276c-3bda-32bb-8f49-acc25cc44ab4",
    "recording_id": "72a5dfa0-8c74-4f86-ab06-682484ca1114",
    "artist": "T. Rex",
    "artist_ids": [
        "c842d29f-a297-48cd-bb71-4f77fd672b16"
    ],
    "album": "Electric Warrior",
    "release_id": "ee09e0b9-0c56-477b-8984-ea16636a916f",
    "release_group_id": "e53310bf-8ccc-3d7f-a0b7-5ca4dbababcb",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2003-02-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Mambo Sun\" opened T.Rex's 6th album, 'Electric Warrior.' The album is credited as the first glam rock album, pioneering the development of the glam scene.\n\nPitchfork said: \"Fundamentally, 'Electric Warrior' served as the blueprint for glam and—filtered through the filth of New York Dolls and the Sex Pistols—the genesis of punk’s attitude, if not its sound.\" https://tinyurl.com/63xrma7c",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}