Information about plays

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

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

{
    "id": 3595904,
    "uri": "https://api.kexp.org/v2/plays/3595904/?format=api",
    "airdate": "2025-12-25T15:43:36-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "https://coverartarchive.org/release/06223032-c9f1-48ab-a92a-e8872e89bfb0/1650661804-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/06223032-c9f1-48ab-a92a-e8872e89bfb0/1650661804-250.jpg",
    "song": "Don’t Shoot Me Santa",
    "track_id": null,
    "recording_id": "b517aaad-1655-4337-886d-eea1a04565ba",
    "artist": "The Killers feat. Ryan Pardey",
    "artist_ids": [
        "95e1ead9-4d31-4808-a7ac-32c3614c116b",
        "32e76f3c-5300-4a68-a128-364b6d0ba2f3"
    ],
    "album": "(RED) Christmas EP",
    "release_id": null,
    "release_group_id": "ecd4ec1e-3d46-4724-b06d-067dcdfaa873",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2011-11-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of Las Vegas band The Killer's psycho-santa trilogy songs.\n\nhttps://www.thekillersmusic.com/#/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}