Information about plays

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

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

{
    "id": 3543995,
    "uri": "https://api.kexp.org/v2/plays/3543995/?format=api",
    "airdate": "2025-08-23T23:51:11-07:00",
    "show": 64371,
    "show_uri": "https://api.kexp.org/v2/shows/64371/?format=api",
    "image_uri": "https://coverartarchive.org/release/1bcadb66-a1ab-42da-bae5-4d6b43086741/41903438309-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1bcadb66-a1ab-42da-bae5-4d6b43086741/41903438309-250.jpg",
    "song": "The Glorious Arrival of the New Lord and Savior",
    "track_id": null,
    "recording_id": "7c510658-15ba-4c8e-b606-19e371c734ff",
    "artist": "Stolen Gun",
    "artist_ids": [
        "8ebdf7ba-8780-42d3-a6b2-8fb2506faccd"
    ],
    "album": "Demo 2025",
    "release_id": null,
    "release_group_id": "1f998c2b-060b-4b89-89b7-1f2f28671c65",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-05-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stolen Gun is a New Band Featuring Members of The Acacia Strain, No Cure, and Thus Spoke Zarathrusta.\n\nhttps://www.metalsucks.net/2025/05/06/stolen-gun-is-a-new-band-featuring-members-of-the-acacia-strain-no-cure-and-thus-spoke-zarathrusta/\nhttps://stolengun.bandcamp.com/album/demo-2025",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}