Information about plays

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

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

{
    "id": 3542160,
    "uri": "https://api.kexp.org/v2/plays/3542160/?format=api",
    "airdate": "2025-08-19T18:17:21-07:00",
    "show": 64333,
    "show_uri": "https://api.kexp.org/v2/shows/64333/?format=api",
    "image_uri": "https://ia802907.us.archive.org/14/items/mbid-455d7ec7-d625-3bf5-a9e2-2dd4abc5d4fe/mbid-455d7ec7-d625-3bf5-a9e2-2dd4abc5d4fe-3350236762_thumb500.jpg",
    "thumbnail_uri": "https://ia902907.us.archive.org/14/items/mbid-455d7ec7-d625-3bf5-a9e2-2dd4abc5d4fe/mbid-455d7ec7-d625-3bf5-a9e2-2dd4abc5d4fe-3350236762_thumb250.jpg",
    "song": "Amsterdam",
    "track_id": "31eb7fb8-caf3-32ac-88d9-1e5fc96a1080",
    "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": "455d7ec7-d625-3bf5-a9e2-2dd4abc5d4fe",
    "release_group_id": "86f399f1-1a78-31f8-af1b-89fc1a40eeb5",
    "labels": [
        "Wichita"
    ],
    "label_ids": [
        "1c7066e4-c0ca-42c9-b1ae-d29a39855c0a"
    ],
    "release_date": "2006-08-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In an interview with Björn Yttling, he said that this song was inspired by the 2000 Lou Reed song \"Modern Dance,\" where Reed sings:\n\"Maybe I should go and live in Amsterdam\nin a side street near a big canal...\"\n--\nWatch these three playing live in the KEXP studio in 2016: https://www.youtube.com/watch?v=U531pl4xfL4&t=70s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}