Information about plays

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

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

{
    "id": 3594437,
    "uri": "https://api.kexp.org/v2/plays/3594437/?format=api",
    "airdate": "2025-12-22T10:47:47-08:00",
    "show": 65448,
    "show_uri": "https://api.kexp.org/v2/shows/65448/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Christmas Song",
    "track_id": "f2b2099d-30e3-3699-809f-5b1e18341298",
    "recording_id": "d3cf857d-a4b1-485e-9b8b-c0e48dddffa5",
    "artist": "The Raveonettes",
    "artist_ids": [
        "79255a50-40df-447f-9612-2cf669080196"
    ],
    "album": "Maybe This Christmas Tree",
    "release_id": "528f1df9-1095-464c-b37e-60014fab4bfe",
    "release_group_id": "7b559697-4219-3798-b9e6-dd7a0c20b5c7",
    "labels": [
        "Nettwerk America"
    ],
    "label_ids": [
        "284e302e-a5d5-48ae-8add-e047d3e0abba"
    ],
    "release_date": "2004-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Holidays! The Danish indie rock duo consists of Sune Rose Wagner and Sharin Foo.\n\nhttps://theraveonettes.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}