Information about plays

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

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

{
    "id": 3548835,
    "uri": "https://api.kexp.org/v2/plays/3548835/?format=api",
    "airdate": "2025-09-04T12:46:31-07:00",
    "show": 64471,
    "show_uri": "https://api.kexp.org/v2/shows/64471/?format=api",
    "image_uri": "https://ia804502.us.archive.org/7/items/mbid-f5d19eca-d889-40cd-9182-fd3ab9a8a83b/mbid-f5d19eca-d889-40cd-9182-fd3ab9a8a83b-29693996495_thumb500.jpg",
    "thumbnail_uri": "https://ia804502.us.archive.org/7/items/mbid-f5d19eca-d889-40cd-9182-fd3ab9a8a83b/mbid-f5d19eca-d889-40cd-9182-fd3ab9a8a83b-29693996495_thumb250.jpg",
    "song": "Earn Enough for Us",
    "track_id": "d43f06a3-794e-3973-9733-b64e5896636f",
    "recording_id": "5bc595d8-568e-43e0-a6db-ccb932cc3768",
    "artist": "XTC",
    "artist_ids": [
        "97c86b2c-2765-46a2-aef8-76a7e24c430f"
    ],
    "album": "Skylarking",
    "release_id": "f5d19eca-d889-40cd-9182-fd3ab9a8a83b",
    "release_group_id": "507d4ab2-03f0-3b8a-a076-cb37d0f970c7",
    "labels": [
        "Caroline Records"
    ],
    "label_ids": [
        "a14fd98c-9b89-481a-b7b8-eea8be6b2816"
    ],
    "release_date": "2002-05-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Skylarking' is the ninth studio album by the English rock band XTC and was released in 1986. \n\nProduced by American musician Todd Rundgren, it is a loose concept album about a nonspecific cycle, such as a day, a year, the seasons, or a life. The title refers to a type of bird (skylark), as well as the Royal Navy term \"skylarking\", which means \"fooling around\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}