Information about plays

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

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

{
    "id": 3595163,
    "uri": "https://api.kexp.org/v2/plays/3595163/?format=api",
    "airdate": "2025-12-24T02:26:13-08:00",
    "show": 65461,
    "show_uri": "https://api.kexp.org/v2/shows/65461/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Feliz Navidad",
    "track_id": null,
    "recording_id": "e7559519-7fa9-406a-a393-24084e7c4e8b",
    "artist": "Boney M.",
    "artist_ids": [
        "5403bf6e-bc1d-4e62-b31f-926a2bf66a14"
    ],
    "album": "Christmas Album",
    "release_id": null,
    "release_group_id": "33c617fe-37bd-311f-94d0-f4bf29907832",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1981-11-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=BDFCRcWTkw4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}