Information about plays

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

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

{
    "id": 3622516,
    "uri": "https://api.kexp.org/v2/plays/3622516/?format=api",
    "airdate": "2026-02-26T10:13:25-08:00",
    "show": 66035,
    "show_uri": "https://api.kexp.org/v2/shows/66035/?format=api",
    "image_uri": "https://dn711306.ca.archive.org/0/items/mbid-5b981be9-9fb2-4c68-836b-814839d6865c/mbid-5b981be9-9fb2-4c68-836b-814839d6865c-17996531462_thumb500.jpg",
    "thumbnail_uri": "https://dn711306.ca.archive.org/0/items/mbid-5b981be9-9fb2-4c68-836b-814839d6865c/mbid-5b981be9-9fb2-4c68-836b-814839d6865c-17996531462_thumb250.jpg",
    "song": "I Wonder",
    "track_id": "6bec38f8-624e-3813-b8fb-9098f3b20836",
    "recording_id": "77804602-1650-4bc2-b1c4-e8cdbb683842",
    "artist": "Rodriguez",
    "artist_ids": [
        "8898cd01-b0c5-41bd-9699-0845fc73efc1"
    ],
    "album": "Cold Fact",
    "release_id": "5b981be9-9fb2-4c68-836b-814839d6865c",
    "release_group_id": "25d9f5f8-ece0-311c-bf2a-092f26315e0e",
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2008-08-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Cold Fact' is the debut studio album by American singer-songwriter Rodriguez, released in the United States by Sussex Records in March 1970. The album sold poorly in the United States, but performed better in South Africa and Australia, with Rodriguez touring Australia in 1979.\n\nThis began to change after the reissues of his albums in the US by Light in the Attic Records in 2008 and 2009, and even further in 2012 with the Academy Award winning documentary film Searching for Sugar Man, which soon led to appearances on major American television shows like 60 Minutes and The Late Show with David Letterman.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}