Information about plays

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

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

{
    "id": 3595890,
    "uri": "https://api.kexp.org/v2/plays/3595890/?format=api",
    "airdate": "2025-12-25T14:59:48-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Give It To Me Santa",
    "track_id": null,
    "recording_id": null,
    "artist": "The Memories",
    "artist_ids": [],
    "album": "Of Christmas",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Gnar Tapes"
    ],
    "label_ids": [
        "d14fd898-1c8d-4f85-86a3-3df14af487f2"
    ],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Prolific lo-fi indie rock band from Portland with a mellow stoner pop sound and multiple releases on Burger Records. Formed in 2010 by Rikky Gage and Kyle Handley of White Fang.\n\nhttps://www.allmusic.com/artist/the-memories-mn0000474649",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}