Information about plays

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

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

{
    "id": 3553760,
    "uri": "https://api.kexp.org/v2/plays/3553760/?format=api",
    "airdate": "2025-09-16T12:15:20-07:00",
    "show": 64578,
    "show_uri": "https://api.kexp.org/v2/shows/64578/?format=api",
    "image_uri": "https://dn721507.ca.archive.org/0/items/mbid-30166105-3d21-4ffd-907a-01e5c3a265e6/mbid-30166105-3d21-4ffd-907a-01e5c3a265e6-42574602100_thumb500.jpg",
    "thumbnail_uri": "https://dn721507.ca.archive.org/0/items/mbid-30166105-3d21-4ffd-907a-01e5c3a265e6/mbid-30166105-3d21-4ffd-907a-01e5c3a265e6-42574602100_thumb250.jpg",
    "song": "Afraid",
    "track_id": "38056d38-a047-4b5f-8dc0-af87a1b68f6b",
    "recording_id": "2f6cfce7-00a8-4722-a90b-e3078be2fb4e",
    "artist": "Flock of Dimes",
    "artist_ids": [
        "4ecf50fc-b788-4d67-9972-ff6e1aed5295"
    ],
    "album": "The Life You Save",
    "release_id": "30166105-3d21-4ffd-907a-01e5c3a265e6",
    "release_group_id": "ac4346dc-d9fd-4c8d-9f8f-0d4ff8b1cd15",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2025-10-10",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Flock of Dimes will play:\n--Barboza in Seattle on Monday, December 1st\n--The Rickshaw Stop in SF on Thursday, December 4th\n--\nHer third album, \"The Life You Save,\" will be out on Sub Pop on October 10th.  You can pre-order it here: https://www.subpop.com/releases/flock_of_dimes/the_life_you_save",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}