Information about plays

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

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

{
    "id": 3557771,
    "uri": "https://api.kexp.org/v2/plays/3557771/?format=api",
    "airdate": "2025-09-26T01:21:10-07:00",
    "show": 64662,
    "show_uri": "https://api.kexp.org/v2/shows/64662/?format=api",
    "image_uri": "https://dn710004.ca.archive.org/0/items/mbid-b6bc72aa-6246-4876-b98c-e737eb7ae7c9/mbid-b6bc72aa-6246-4876-b98c-e737eb7ae7c9-28318251863_thumb500.jpg",
    "thumbnail_uri": "https://dn710004.ca.archive.org/0/items/mbid-b6bc72aa-6246-4876-b98c-e737eb7ae7c9/mbid-b6bc72aa-6246-4876-b98c-e737eb7ae7c9-28318251863_thumb250.jpg",
    "song": "Nudge It",
    "track_id": "e5747302-f2d0-4670-a609-9d2b3253287c",
    "recording_id": "93720aa0-2f5e-47e6-8810-68e145f30d75",
    "artist": "Sleaford Mods feat. Amy Taylor",
    "artist_ids": [
        "09d8290b-6ada-422f-8ce3-19349fb1c15d",
        "358ee048-e74c-47d4-bd79-0f7e2566b8a4"
    ],
    "album": "Spare Ribs",
    "release_id": "b6bc72aa-6246-4876-b98c-e737eb7ae7c9",
    "release_group_id": "adc9976e-dc67-4604-b907-4e4e12cdb292",
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "71247f6b-fd24-4a56-89a2-23512f006f0c"
    ],
    "release_date": "2021-01-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going  out to Maria! ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}