Information about plays

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

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

{
    "id": 3546181,
    "uri": "https://api.kexp.org/v2/plays/3546181/?format=api",
    "airdate": "2025-08-29T05:51:34-07:00",
    "show": 64416,
    "show_uri": "https://api.kexp.org/v2/shows/64416/?format=api",
    "image_uri": "https://coverartarchive.org/release/2e778d53-5187-4d53-9ec9-2fb8ae1a85c8/11819020454-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2e778d53-5187-4d53-9ec9-2fb8ae1a85c8/11819020454-250.jpg",
    "song": "Mambo Sun",
    "track_id": null,
    "recording_id": "72a5dfa0-8c74-4f86-ab06-682484ca1114",
    "artist": "T. Rex",
    "artist_ids": [
        "c842d29f-a297-48cd-bb71-4f77fd672b16"
    ],
    "album": "Electric Warrior",
    "release_id": null,
    "release_group_id": "e53310bf-8ccc-3d7f-a0b7-5ca4dbababcb",
    "labels": [
        "Columbia House"
    ],
    "label_ids": [
        "0b6073f1-78a5-4078-bc01-22d7b05d0b7a"
    ],
    "release_date": "1971-09-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Mambo Sun\" opened T.Rex's 1971 album, Electric Warrior. \n\n\"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.\" \nRead more here: https://tinyurl.com/3vkxdjw9",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}