Information about plays

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

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

{
    "id": 3549410,
    "uri": "https://api.kexp.org/v2/plays/3549410/?format=api",
    "airdate": "2025-09-05T23:24:03-07:00",
    "show": 64485,
    "show_uri": "https://api.kexp.org/v2/shows/64485/?format=api",
    "image_uri": "https://coverartarchive.org/release/9d3b57d3-9337-3fb9-a60c-25baa3f71902/15658415309-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9d3b57d3-9337-3fb9-a60c-25baa3f71902/15658415309-250.jpg",
    "song": "ALONGWAYTOGO",
    "track_id": null,
    "recording_id": "c2d554f3-56a8-4cf7-a232-c7c68da71560",
    "artist": "Gang Starr",
    "artist_ids": [
        "9ef8042a-2528-4f5c-b7c1-5e72b1efe170"
    ],
    "album": "Hard to Earn",
    "release_id": null,
    "release_group_id": "6b3d273c-0548-3e58-a879-727ef831f4e5",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1994-02-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song not only samples Quincy Jones' \"Snow Creatures,\" but also samples A Tribe Called Quest, Richard Pryor, Grandmaster Flash, and more: https://www.whosampled.com/Gang-Starr/ALONGWAYTOGO/samples/\n--\nR>.P., Guru, who died in 2010 at age 43: https://www.theguardian.com/music/2010/apr/21/guru-obituary",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}