Information about plays

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

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

{
    "id": 3593689,
    "uri": "https://api.kexp.org/v2/plays/3593689/?format=api",
    "airdate": "2025-12-20T21:40:09-08:00",
    "show": 65434,
    "show_uri": "https://api.kexp.org/v2/shows/65434/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Santa Santa",
    "track_id": null,
    "recording_id": null,
    "artist": "Neal Markowski",
    "artist_ids": [
        "ca17a93d-3db7-4052-b843-9acc14198198"
    ],
    "album": "Holiday Cheer Where You Need It",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bandcamp"
    ],
    "label_ids": [],
    "release_date": "2023-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Four incredibly festive (and family-friendly) Big Black covers: https://nealmarkowski.bandcamp.com/album/holiday-cheer-where-you-need-it",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}