Information about plays

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

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

{
    "id": 3574642,
    "uri": "https://api.kexp.org/v2/plays/3574642/?format=api",
    "airdate": "2025-11-06T07:59:19-08:00",
    "show": 65036,
    "show_uri": "https://api.kexp.org/v2/shows/65036/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "There She Goes",
    "track_id": "5605ddb8-a595-36a9-9e72-ed27bec34011",
    "recording_id": "852b98af-6db3-4bca-854f-3fdd3855a733",
    "artist": "The La’s",
    "artist_ids": [
        "ff3e88b3-7354-4f30-967c-1a61ebc8c642"
    ],
    "album": "The La's",
    "release_id": "b740fb8e-942a-3437-823c-26fe0d805459",
    "release_group_id": "f57d03ff-b0a5-3b73-a14c-a5ed5f8cd956",
    "labels": [
        "London Records",
        "Go! Discs"
    ],
    "label_ids": [
        "60a0dd34-2333-4679-9050-38c21f7bc616",
        "d348ac6f-0fb1-4d28-b95c-814eb9ad17ef"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"There She Goes\" is a song with one crazy story, so hang on. It was written by the Liverpool singer and guitarist Lee Mavers, and recorded by his band The La's. The La's released it on their only album, titled The La's. \"There She Goes\" was released as a single, not once, not twice, but four times!\n \nThe first release scratched the UK Singles chart in 1988 at #51. The second release in 1990 was the peak, with #13 on the UK Singles and also charting in the US. The third release was in 1999, and it charted the UK Singles at #65. The fourth release was in 2008, on vinyl only for the song's 20th anniversary, and charted again at #181. - https://bit.ly/3GGc1GJ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}