Information about plays

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

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

{
    "id": 3559826,
    "uri": "https://api.kexp.org/v2/plays/3559826/?format=api",
    "airdate": "2025-09-30T23:42:38-07:00",
    "show": 64713,
    "show_uri": "https://api.kexp.org/v2/shows/64713/?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": "Defeat",
    "track_id": "efa1fd45-1637-44cd-a86b-0d2371f4dee1",
    "recording_id": "c5518241-5854-4683-b15a-08c8621aaad4",
    "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": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Aarin",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}