Information about plays

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

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

{
    "id": 3628282,
    "uri": "https://api.kexp.org/v2/plays/3628282/?format=api",
    "airdate": "2026-03-13T02:49:02-07:00",
    "show": 66166,
    "show_uri": "https://api.kexp.org/v2/shows/66166/?format=api",
    "image_uri": "https://dn711004.ca.archive.org/0/items/mbid-0e9d934e-bb09-4f3f-a8c4-95263c5d9bef/mbid-0e9d934e-bb09-4f3f-a8c4-95263c5d9bef-10603177998_thumb500.jpg",
    "thumbnail_uri": "https://dn711004.ca.archive.org/0/items/mbid-0e9d934e-bb09-4f3f-a8c4-95263c5d9bef/mbid-0e9d934e-bb09-4f3f-a8c4-95263c5d9bef-10603177998_thumb250.jpg",
    "song": "I’m Gonna Be (500 Miles)",
    "track_id": "cf553b9d-1c47-4152-b4e7-0fc9d5ef7395",
    "recording_id": "e3cf7cc1-2b38-4c46-acd9-c5cd6f602320",
    "artist": "The Proclaimers",
    "artist_ids": [
        "1303b976-b862-4f04-94fd-a8d444e06714"
    ],
    "album": "Sunshine on Leith",
    "release_id": "0e9d934e-bb09-4f3f-a8c4-95263c5d9bef",
    "release_group_id": "c5f4c42e-aafd-3817-9c41-0e00ee5fc63e",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1993-09-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Scottish duo The Proclaimers first released this song in 1988. Watch the music video here: https://www.youtube.com/watch?v=tbNlMtqrYS0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}