Information about plays

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

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

{
    "id": 3559824,
    "uri": "https://api.kexp.org/v2/plays/3559824/?format=api",
    "airdate": "2025-09-30T23:35:22-07:00",
    "show": 64713,
    "show_uri": "https://api.kexp.org/v2/shows/64713/?format=api",
    "image_uri": "https://ia800706.us.archive.org/16/items/mbid-477a1ffb-19d5-4e59-8d8a-43d9b1dc7fa2/mbid-477a1ffb-19d5-4e59-8d8a-43d9b1dc7fa2-42259708131_thumb500.jpg",
    "thumbnail_uri": "https://dn721705.ca.archive.org/0/items/mbid-477a1ffb-19d5-4e59-8d8a-43d9b1dc7fa2/mbid-477a1ffb-19d5-4e59-8d8a-43d9b1dc7fa2-42259708131_thumb250.jpg",
    "song": "Riptide",
    "track_id": "513ccf88-1be0-433c-bd66-09be70865bcf",
    "recording_id": "940d6f30-10db-40f0-b68e-6df20418f3fc",
    "artist": "Double Wish",
    "artist_ids": [
        "32942da7-1b28-4d5b-8cc5-cdd49309753e"
    ],
    "album": "Double Wish",
    "release_id": "477a1ffb-19d5-4e59-8d8a-43d9b1dc7fa2",
    "release_group_id": "eebf2df6-930c-4f88-b2ed-696c39cb7495",
    "labels": [
        "Hit the North Records"
    ],
    "label_ids": [
        "84661b60-40a9-489a-80e9-f6a0f14bca29"
    ],
    "release_date": "2025-08-22",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Also playing in Seattle on October 4th at Chop Suey",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}