Information about plays

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

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

{
    "id": 3520061,
    "uri": "https://api.kexp.org/v2/plays/3520061/?format=api",
    "airdate": "2025-06-28T19:18:46-07:00",
    "show": 63864,
    "show_uri": "https://api.kexp.org/v2/shows/63864/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "i'm gay for my living billionaire jet plane",
    "track_id": null,
    "recording_id": null,
    "artist": "Hurry Up, Snufkin",
    "artist_ids": [],
    "album": "i'm gay for my living billionaire jet plane",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Music from Seattle prog-rock chiptune group Hurry Up Snufkin!\n\nhttps://www.youtube.com/watch?v=EbCV8siv-3c&t=1s\n\nRead about the band below:\n\nhttps://www.washmusicmag.com/blog/interviews/hurry-up-snufkin-is-the-chiptunemath-rock-fusion-you-know-you-need",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}