Information about plays

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

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

{
    "id": 3546586,
    "uri": "https://api.kexp.org/v2/plays/3546586/?format=api",
    "airdate": "2025-08-30T05:22:09-07:00",
    "show": 64424,
    "show_uri": "https://api.kexp.org/v2/shows/64424/?format=api",
    "image_uri": "https://coverartarchive.org/release/adde25eb-f619-4ab5-b5f4-f2355e1bc514/41668023109-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/adde25eb-f619-4ab5-b5f4-f2355e1bc514/41668023109-250.jpg",
    "song": "122 Hours of Fear",
    "track_id": null,
    "recording_id": "392e2fd5-7b16-4fc4-a399-437d8af2a3a7",
    "artist": "Screamers",
    "artist_ids": [
        "f4bf1b6d-c568-4f51-9b40-b275c30fe4a5"
    ],
    "album": "In a Better World",
    "release_id": null,
    "release_group_id": "422762c0-c8f5-4b64-b2bb-82769c51e8a8",
    "labels": [
        "Xeriod"
    ],
    "label_ids": [],
    "release_date": "2010-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The Screamers were an early synthpunk band originally from Seattle. \nFrontman Tomata du Plenty (who died in 2000) recently had an art show in LA \nhttps://www.beatique.net/tomata-du-plenty-art-mutmuz-gallery-los-angeles/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}