Information about plays

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

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

{
    "id": 3593904,
    "uri": "https://api.kexp.org/v2/plays/3593904/?format=api",
    "airdate": "2025-12-21T07:40:32-08:00",
    "show": 65437,
    "show_uri": "https://api.kexp.org/v2/shows/65437/?format=api",
    "image_uri": "https://coverartarchive.org/release/8dea9e48-a1a2-43fa-8595-cc31e7aabcf9/41082084872-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8dea9e48-a1a2-43fa-8595-cc31e7aabcf9/41082084872-250.jpg",
    "song": "Demo Love",
    "track_id": null,
    "recording_id": "8c20ebb8-05ea-4544-8dd1-730711ea1d20",
    "artist": "Nyron Higor",
    "artist_ids": [
        "1d2b1e5b-3c09-4dd3-8edb-13bf1a562b9a"
    ],
    "album": "Nyron Higor",
    "release_id": null,
    "release_group_id": "b1b3125f-7132-4b84-9602-5fcd7ae3bbf2",
    "labels": [
        "Far Out Recordings"
    ],
    "label_ids": [],
    "release_date": "2025-01-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chillout Room Set! Short blissout beat off Brazilian artist Nyron Higor's self-titled album, one of my Top 15 faves of 2025 ~ https://nyronhigor.bandcamp.com/album/nyron-higor",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}