Information about plays

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

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

{
    "id": 3595187,
    "uri": "https://api.kexp.org/v2/plays/3595187/?format=api",
    "airdate": "2025-12-24T03:40:53-08:00",
    "show": 65461,
    "show_uri": "https://api.kexp.org/v2/shows/65461/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "December Will Be Magic Again",
    "track_id": null,
    "recording_id": "4b009a9b-65b9-40a5-acf0-fb4fe12042d1",
    "artist": "Kate Bush",
    "artist_ids": [
        "4b585938-f271-45e2-b19a-91c634b5e396"
    ],
    "album": "December Will Be Magic Again",
    "release_id": null,
    "release_group_id": "0a25ce41-a4f1-49ae-b5bc-fcd772cb7abd",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1980-11-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kate performs \"December Will Be Magic Again\" on the 1979 Christmas special. https://www.youtube.com/watch?v=pZiadb3bpOI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}