Information about plays

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

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

{
    "id": 3548771,
    "uri": "https://api.kexp.org/v2/plays/3548771/?format=api",
    "airdate": "2025-09-04T09:01:27-07:00",
    "show": 64470,
    "show_uri": "https://api.kexp.org/v2/shows/64470/?format=api",
    "image_uri": "https://dn721800.ca.archive.org/0/items/mbid-a1b805e1-c67e-4ef4-a9e3-9fc8c4570467/mbid-a1b805e1-c67e-4ef4-a9e3-9fc8c4570467-31660576774_thumb500.jpg",
    "thumbnail_uri": "https://ia803200.us.archive.org/15/items/mbid-a1b805e1-c67e-4ef4-a9e3-9fc8c4570467/mbid-a1b805e1-c67e-4ef4-a9e3-9fc8c4570467-31660576774_thumb250.jpg",
    "song": "Sabotage",
    "track_id": "5cf13dbd-28f7-4e67-97f7-06789e3a1ca3",
    "recording_id": "ae86bc81-9e3b-4122-a95a-64c8a85b40b4",
    "artist": "Beastie Boys",
    "artist_ids": [
        "9beb62b2-88db-4cea-801e-162cd344ee53"
    ],
    "album": "Ill Communication",
    "release_id": "a1b805e1-c67e-4ef4-a9e3-9fc8c4570467",
    "release_group_id": "1134696c-1078-3c38-bcaa-4ee7c320670a",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Travis in Kenmore: happy bday!\n\nWatch the Beastie Boys perform this one live on The David Letterman Show: https://www.youtube.com/watch?v=_WvgGdivQzE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}