Information about plays

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

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

{
    "id": 3595976,
    "uri": "https://api.kexp.org/v2/plays/3595976/?format=api",
    "airdate": "2025-12-25T19:20:36-08:00",
    "show": 65473,
    "show_uri": "https://api.kexp.org/v2/shows/65473/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rock and Roll Santa",
    "track_id": null,
    "recording_id": "76e80237-662c-4def-8a2c-d361fce58238",
    "artist": "The 5.6.7.8’s",
    "artist_ids": [
        "c7caf86a-cf4d-41d3-b68a-eaeab80da4b8"
    ],
    "album": "A Christmas Gift to You From Norton Records, Vol. 1",
    "release_id": null,
    "release_group_id": "40ad3162-5ed6-429b-8294-b88b47d52335",
    "labels": [
        "Norton Records"
    ],
    "label_ids": [
        "6eeb7660-66eb-4d58-b41e-107c5b858d4e"
    ],
    "release_date": "2019-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}