Information about plays

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

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

{
    "id": 3607568,
    "uri": "https://api.kexp.org/v2/plays/3607568/?format=api",
    "airdate": "2026-01-22T08:00:27-08:00",
    "show": 65722,
    "show_uri": "https://api.kexp.org/v2/shows/65722/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Long Live Love",
    "track_id": "3bc556d3-b302-4509-bd1d-82418c296ac0",
    "recording_id": "c36e825c-e13b-4738-85e6-caaea28c822f",
    "artist": "Sugar",
    "artist_ids": [
        "e3347fbd-2595-480e-926d-278566debf9d"
    ],
    "album": "Long Live Love",
    "release_id": "c02af713-04c8-41f5-8651-822214a0fc1d",
    "release_group_id": "0f9cd80a-13c5-4b31-b73d-11b51f84bee3",
    "labels": [
        "BMG"
    ],
    "label_ids": [
        "82ef9b02-7b42-49fe-a6bc-0d8ba816d72f"
    ],
    "release_date": "2026-01-21",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sugar will be at The Paramount in Seattle on August 15!\n\nThis is part of their first world tour in 31 years.\n\nPre-order their new album and check out other tour dates here:\nhttps://sugarcopperblue.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}