Information about plays

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

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

{
    "id": 3595389,
    "uri": "https://api.kexp.org/v2/plays/3595389/?format=api",
    "airdate": "2025-12-24T14:46:51-08:00",
    "show": 65465,
    "show_uri": "https://api.kexp.org/v2/shows/65465/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Feliz Navidad",
    "track_id": null,
    "recording_id": "c410a773-c6eb-4bc0-9df8-042fe6645c62",
    "artist": "David Hasselhoff",
    "artist_ids": [
        "87d50f99-335e-40f4-ae09-5815fe98c4f4"
    ],
    "album": "The Night Before Christmas",
    "release_id": null,
    "release_group_id": "3d04e8c2-ec13-37cd-9264-c20924ac3781",
    "labels": [
        "Edel Records"
    ],
    "label_ids": [
        "4b616a12-ae9b-4fa8-9a66-1d9fbbb86a8c"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}