Information about plays

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

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

{
    "id": 3582781,
    "uri": "https://api.kexp.org/v2/plays/3582781/?format=api",
    "airdate": "2025-11-25T12:40:53-08:00",
    "show": 65207,
    "show_uri": "https://api.kexp.org/v2/shows/65207/?format=api",
    "image_uri": "https://ia601503.us.archive.org/15/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": "Theo",
    "track_id": "52328336-1967-45ae-8e59-4f27b3a64cb6",
    "recording_id": "5d423fb5-4e02-4f4d-b339-1b19b8a412e8",
    "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": "Jenn Wasner is playing:\n--Seattle's Barboza next Monday, December 1st\n--SF's Rickshaw Stop on Thursday, December 4th\n--\n\"The Life You Save,\" her third album, came out in October: https://flockofdimes.bandcamp.com/album/the-life-you-save\n--",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}