Information about plays

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

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

{
    "id": 3596921,
    "uri": "https://api.kexp.org/v2/plays/3596921/?format=api",
    "airdate": "2025-12-27T21:47:42-08:00",
    "show": 65493,
    "show_uri": "https://api.kexp.org/v2/shows/65493/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Is Pop?",
    "track_id": null,
    "recording_id": "896ecb72-f57b-4778-b242-6014910c32d6",
    "artist": "XTC",
    "artist_ids": [
        "97c86b2c-2765-46a2-aef8-76a7e24c430f"
    ],
    "album": "This Is Pop?",
    "release_id": null,
    "release_group_id": "1a049efe-3560-3f5f-9556-8bbe4f4fc3d7",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1978-04-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"This Is Pop\" is a song written by Andy Partridge released as a single in 1977, then re-recorded and released in January, 1978 on \"White Music. \" the band's first studio album. -- This track would later become the title of a 2017 documentary film about XTC.: https://www.amazon.com/XTC-This-Pop-Andy-Partridge/dp/B078WDQ3ZL",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}