Information about plays

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

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

{
    "id": 3542015,
    "uri": "https://api.kexp.org/v2/plays/3542015/?format=api",
    "airdate": "2025-08-19T09:44:46-07:00",
    "show": 64330,
    "show_uri": "https://api.kexp.org/v2/shows/64330/?format=api",
    "image_uri": "https://ia601405.us.archive.org/2/items/mbid-c2dad882-7804-416d-980e-d06b8405e9cf/mbid-c2dad882-7804-416d-980e-d06b8405e9cf-5897679062_thumb500.jpg",
    "thumbnail_uri": "https://ia601405.us.archive.org/2/items/mbid-c2dad882-7804-416d-980e-d06b8405e9cf/mbid-c2dad882-7804-416d-980e-d06b8405e9cf-5897679062_thumb250.jpg",
    "song": "Love Is the Drug",
    "track_id": "dd8d0108-e2f8-3b91-ac41-679554d1a9a7",
    "recording_id": "3bf0e837-8598-4bfa-8c9d-10cfff317e00",
    "artist": "Roxy Music",
    "artist_ids": [
        "331ce348-1b08-40b9-8ed7-0763b92bd003"
    ],
    "album": "Siren",
    "release_id": "689b25e1-e5f9-3a73-a592-09f1c07ca17b",
    "release_group_id": "42268e91-863c-3dc3-a9c7-f6eea7a54462",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1999-09-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song contains one of rock's most famous basslines. Written and performed by John Gustafson, it's cited by Nile Rodgers as one of the main inspirations behind Chic's \"Good Times\" (which in turn inspired Queen's \"Another One Bites the Dust\"). \n\n\"They'd start clanking away, or Bryan [Ferry] would start clanging away on his Fender keyboard. He was just banging away on D minor and I stood there to see what the rest of them would do,\" Gustafson recalled. \"The drums joined in and I waited for about five minutes thinking, and just hit it straight away. It was slightly different from the rhythm they were doing and it sort of jolted them out of it into this poppy funky thing, and we carried on like that.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}