Information about plays

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

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

{
    "id": 3598485,
    "uri": "https://api.kexp.org/v2/plays/3598485/?format=api",
    "airdate": "2025-12-31T15:09:32-08:00",
    "show": 65525,
    "show_uri": "https://api.kexp.org/v2/shows/65525/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Amsterdam",
    "track_id": null,
    "recording_id": "d1c5e945-1b94-432e-b78f-2170d8b5aac5",
    "artist": "Peter Bjorn and John",
    "artist_ids": [
        "32a83250-7e26-422d-b9ac-f4564343e9ce"
    ],
    "album": "Writer’s Block",
    "release_id": null,
    "release_group_id": "86f399f1-1a78-31f8-af1b-89fc1a40eeb5",
    "labels": [
        "Wichita"
    ],
    "label_ids": [
        "1c7066e4-c0ca-42c9-b1ae-d29a39855c0a"
    ],
    "release_date": "2006-06-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In an interview with Björn Yttling (who wrote and produced this song), he said that this song was inspired by the 2000 Lou Reed song \"Modern Dance,\" where Reed sings:\nMaybe I should go and live in Amsterdam\nin a side street near a big canal\n--\nSee a 2016 live performance of \"Amsterdam\": https://www.youtube.com/watch?v=Ix9ZdFs3yQ4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}