Information about plays

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

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

{
    "id": 3595797,
    "uri": "https://api.kexp.org/v2/plays/3595797/?format=api",
    "airdate": "2025-12-25T10:07:13-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas Ain’t About Me",
    "track_id": null,
    "recording_id": "1be8e5c7-cd98-4056-9112-33ec1d33f4cf",
    "artist": "The Doubleclicks",
    "artist_ids": [
        "5c3bbbad-1669-4edf-93aa-a57770db00bd"
    ],
    "album": "Lasers and Feelings",
    "release_id": null,
    "release_group_id": "b29d2ab7-0518-456b-9d96-d7ad92451c3d",
    "labels": [
        "Bandcamp"
    ],
    "label_ids": [
        "76fef728-2653-4b6a-ade6-df76ab74cc97"
    ],
    "release_date": "2013-07-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}