Information about plays

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

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

{
    "id": 3547101,
    "uri": "https://api.kexp.org/v2/plays/3547101/?format=api",
    "airdate": "2025-08-31T09:04:27-07:00",
    "show": 64436,
    "show_uri": "https://api.kexp.org/v2/shows/64436/?format=api",
    "image_uri": "https://coverartarchive.org/release/497893bf-aa35-47ad-8bbf-6c667bbc7b33/32981182858-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/497893bf-aa35-47ad-8bbf-6c667bbc7b33/32981182858-250.jpg",
    "song": "Raggy Levy",
    "track_id": null,
    "recording_id": "7cecc417-1b4f-4ae1-b763-60f76cc1e60a",
    "artist": "Jake Xerxes Fussell",
    "artist_ids": [
        "fbc3a7a5-e602-4e7e-b730-af63a232f87d"
    ],
    "album": "Jake Xerxes Fussell",
    "release_id": null,
    "release_group_id": "e3e90de8-f536-4df6-9f8e-3bd790dcb664",
    "labels": [
        "Paradise of Bachelors"
    ],
    "label_ids": [
        "e7adcd99-a797-4b0e-9cea-cc2672e101aa"
    ],
    "release_date": "2015-01-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The North Carolina-based guitarist’s debut album was full of traditional songs like this one.\nWatch live in The Roadhouse on KEXP in 2019, https://www.youtube.com/watch?v=gvsiExEe57s\n\nhttps://jakexerxesfussell.bandcamp.com/album/jake-xerxes-fussell",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}