Information about plays

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

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

{
    "id": 3534059,
    "uri": "https://api.kexp.org/v2/plays/3534059/?format=api",
    "airdate": "2025-07-31T08:00:12-07:00",
    "show": 64160,
    "show_uri": "https://api.kexp.org/v2/shows/64160/?format=api",
    "image_uri": "https://ia601709.us.archive.org/5/items/mbid-095ed66b-7ea3-44e1-a422-a2d630b29eac/mbid-095ed66b-7ea3-44e1-a422-a2d630b29eac-32218616312_thumb500.jpg",
    "thumbnail_uri": "https://ia601709.us.archive.org/5/items/mbid-095ed66b-7ea3-44e1-a422-a2d630b29eac/mbid-095ed66b-7ea3-44e1-a422-a2d630b29eac-32218616312_thumb250.jpg",
    "song": "Fisherman's Blues",
    "track_id": "2b11d630-cff6-3ff2-a2d9-97447c698efa",
    "recording_id": "51b75c9a-8990-42d6-ad81-228d65805070",
    "artist": "The Waterboys",
    "artist_ids": [
        "21666405-49f8-44f6-94bb-e064f202f7ba"
    ],
    "album": "Fisherman's Blues",
    "release_id": "095ed66b-7ea3-44e1-a422-a2d630b29eac",
    "release_group_id": "6730eae2-cc75-3510-97fc-80df1e443aac",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See this much-loved band playing live in the KEXP studio in 2013: http://blog.kexp.org/2013/12/08/live-video-the-waterboys/ This is the title track of The Waterboys fourth and best-selling album, released in 1988. https://www.mikescottwaterboys.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}