Information about plays

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

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

{
    "id": 3597099,
    "uri": "https://api.kexp.org/v2/plays/3597099/?format=api",
    "airdate": "2025-12-28T08:15:30-08:00",
    "show": 65496,
    "show_uri": "https://api.kexp.org/v2/shows/65496/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Victory Lap",
    "track_id": null,
    "recording_id": null,
    "artist": "El Michels Affair",
    "artist_ids": [
        "dbf0a5c5-3665-4495-b13b-99438a6a0900"
    ],
    "album": "24 Hr Sports",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Big Crown"
    ],
    "label_ids": [],
    "release_date": "2025-09-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Closing track off the supremely soulful new album from El Michels Affair, the outfit led by renowned Brooklyn-based multi-instrumentalist, producer, and Big Crown Records co-founder Leon Michels ~ https://elmichelsaffair.bandcamp.com/album/24-hr-sports",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}