Information about plays

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

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

{
    "id": 3500285,
    "uri": "https://api.kexp.org/v2/plays/3500285/?format=api",
    "airdate": "2025-05-12T05:01:51-07:00",
    "show": 63440,
    "show_uri": "https://api.kexp.org/v2/shows/63440/?format=api",
    "image_uri": "https://coverartarchive.org/release/b1000315-c147-47f1-b3f7-969c47ec5057/6502570583-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b1000315-c147-47f1-b3f7-969c47ec5057/6502570583-250.jpg",
    "song": "Comet Halley",
    "track_id": null,
    "recording_id": "187fd4f3-9516-411e-9266-edeb283d533c",
    "artist": "Stellardrone",
    "artist_ids": [
        "8208d8f9-61b6-47f2-90c0-2680dadd56a8"
    ],
    "album": "Light Years",
    "release_id": null,
    "release_group_id": "ef13525b-167e-4824-8368-2262b981de40",
    "labels": [
        "Energostatic Records"
    ],
    "label_ids": [
        "ffdbbc3c-102a-4211-90c6-f44880565ae7"
    ],
    "release_date": "2013-06-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning, and welcome to Early with Lisa LeClair!\n\nStellardrone is a pseudonym of amateur composer (Edgaras, b.1987, Lithuania, Vilnius) who started creating music in 2007. Releasing all albums for free [!] and promoting free sharing of digital copies.\n\nhttps://stellardrone.bandcamp.com/album/light-years",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}