Information about plays

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

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

{
    "id": 3593588,
    "uri": "https://api.kexp.org/v2/plays/3593588/?format=api",
    "airdate": "2025-12-20T18:33:52-08:00",
    "show": 65433,
    "show_uri": "https://api.kexp.org/v2/shows/65433/?format=api",
    "image_uri": "https://ia801901.us.archive.org/33/items/mbid-8ecdce78-70be-42f4-9d71-404e07acd11b/mbid-8ecdce78-70be-42f4-9d71-404e07acd11b-3436382715_thumb500.jpg",
    "thumbnail_uri": "https://ia801901.us.archive.org/33/items/mbid-8ecdce78-70be-42f4-9d71-404e07acd11b/mbid-8ecdce78-70be-42f4-9d71-404e07acd11b-3436382715_thumb250.jpg",
    "song": "Little Drummer Boy/Silent Night/Auld Lang Syne",
    "track_id": "d043128b-fc6e-48fe-8719-5f41c26d4df7",
    "recording_id": "9eb1c416-0674-4762-aad5-3071193f7d8c",
    "artist": "Jimi Hendrix",
    "artist_ids": [
        "06fb1c8b-566e-4cb2-985b-b467c90781d4"
    ],
    "album": "West Coast Seattle Boy (Experience Hendrix/Legacy Sampler)",
    "release_id": "7ea53047-ff0a-4dbd-bdf2-5fd6d7b14d80",
    "release_group_id": "b140649e-cfb4-4325-af79-527b8ee14237",
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2010-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Jimi Hendrix, born Johnny Allen Hendrix on November 27, 1942, at Seattle’s King County Hospital.\n\nhttps://www.jimihendrix.com/biography/\n\nCheck out the extended version of this song at https://www.youtube.com/watch?v=9XLoZTubRoc",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}