Information about plays

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

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

{
    "id": 3593882,
    "uri": "https://api.kexp.org/v2/plays/3593882/?format=api",
    "airdate": "2025-12-21T07:04:26-08:00",
    "show": 65437,
    "show_uri": "https://api.kexp.org/v2/shows/65437/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Golden Pools",
    "track_id": null,
    "recording_id": "dea5f409-218d-4b1d-b8fc-cc5d2887200b",
    "artist": "Nico Georis",
    "artist_ids": [
        "9f4b7144-a0bb-4d46-840e-a319e0214a18"
    ],
    "album": "Music Belongs to the Universe",
    "release_id": null,
    "release_group_id": "8a03553b-df52-4e1b-87e4-3a5f368072c2",
    "labels": [
        "Leaving"
    ],
    "label_ids": [],
    "release_date": "2025-04-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off the latest offering from California-based musician Nico Georis that's one of my Top 10 'Pacific Notions' faves of 2025 ~ https://nicogeoris.bandcamp.com/album/music-belongs-to-the-universe",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}