Information about plays

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

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

{
    "id": 3595863,
    "uri": "https://api.kexp.org/v2/plays/3595863/?format=api",
    "airdate": "2025-12-25T13:41:10-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I’m Gonna Spend My Christmas With a Dalek",
    "track_id": null,
    "recording_id": "cbde2d2c-07a8-4f73-b38b-db4ee03fb897",
    "artist": "The Go-Go’s",
    "artist_ids": [
        "f18a5b98-e388-4f4b-9ae1-c079cc7e5830"
    ],
    "album": "I’m Gonna Spend My Christmas With a Dalek",
    "release_id": null,
    "release_group_id": "6fb37efa-3210-30c6-a029-6eb3a9ebb6fa",
    "labels": [
        "Oriole Records"
    ],
    "label_ids": [
        "c76aa138-eb13-4996-a109-ae50ab20e842"
    ],
    "release_date": "1964-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Go-Go's were a 1960's British group from Newcastle. The group is known for their 1964 novelty Christmas single, \"I'm Gonna Spend My Christmas With A Dalek\".\nMembers included Sue Smith, Mike Johnson, Alan Cairns, Abe Harris, Bill Davison, and Les McLeian. https://www.discogs.com/artist/1269953-The-Go-Gos",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}