Information about plays

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

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

{
    "id": 3549842,
    "uri": "https://api.kexp.org/v2/plays/3549842/?format=api",
    "airdate": "2025-09-07T00:54:48-07:00",
    "show": 64496,
    "show_uri": "https://api.kexp.org/v2/shows/64496/?format=api",
    "image_uri": "https://coverartarchive.org/release/935ba9a2-2c8b-4300-b359-c659914da7b2/38100210584-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/935ba9a2-2c8b-4300-b359-c659914da7b2/38100210584-250.jpg",
    "song": "Queen of Siam",
    "track_id": null,
    "recording_id": "a4dcaef1-8df6-4db1-8470-762e161434ac",
    "artist": "Holy Moses",
    "artist_ids": [
        "201dc244-60e0-4d62-8bb3-c41ea332c9e9"
    ],
    "album": "Queen of Siam",
    "release_id": null,
    "release_group_id": "0d3cf6ea-9291-3db6-b48c-5c7dab1e376e",
    "labels": [
        "AAARRG Records"
    ],
    "label_ids": [
        "83d704df-4ab8-4e2a-9bc9-7835330e82eb"
    ],
    "release_date": "1985-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in Germany in 1980, Holy Moses split up in 1994, but reunited in 2000 with a varied lineup and disbanded for a final time in 2023.\n\nhttps://centurymedia.bandcamp.com/album/disorder-of-the-order-price-cutter-series\nhttps://www.facebook.com/official.holy.moses",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}