Information about plays

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

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

{
    "id": 3628046,
    "uri": "https://api.kexp.org/v2/plays/3628046/?format=api",
    "airdate": "2026-03-12T08:27:56-07:00",
    "show": 66159,
    "show_uri": "https://api.kexp.org/v2/shows/66159/?format=api",
    "image_uri": "https://dn711201.ca.archive.org/0/items/mbid-b20f9816-4c80-4966-8eaa-144b24a3e4bf/mbid-b20f9816-4c80-4966-8eaa-144b24a3e4bf-15325225142_thumb500.jpg",
    "thumbnail_uri": "https://dn711201.ca.archive.org/0/items/mbid-b20f9816-4c80-4966-8eaa-144b24a3e4bf/mbid-b20f9816-4c80-4966-8eaa-144b24a3e4bf-15325225142_thumb250.jpg",
    "song": "In Your Eyes",
    "track_id": "56a1b452-e859-3a50-b48f-bed4fe2d00b6",
    "recording_id": "19f2f0e9-0f3b-4847-a8cf-fcf156cd6e94",
    "artist": "Peter Gabriel",
    "artist_ids": [
        "8e66ea2b-b57b-47d9-8df0-df4630aeb8e5"
    ],
    "album": "Say Anything",
    "release_id": "b20f9816-4c80-4966-8eaa-144b24a3e4bf",
    "release_group_id": "a2ca8032-c88c-3ad9-90c2-4dd3f29fd93e",
    "labels": [
        "WTG Records"
    ],
    "label_ids": [
        "ca73c671-267a-472f-87cd-34302075b0a0"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://kexp.org/donate/\n\nWatch this extraordinary live performance of this song, featuring the late, great Congolese musician Papa Wemba: https://www.youtube.com/watch?v=evN6DIGPIJM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}