Information about plays

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

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

{
    "id": 3522098,
    "uri": "https://api.kexp.org/v2/plays/3522098/?format=api",
    "airdate": "2025-07-03T13:20:07-07:00",
    "show": 63908,
    "show_uri": "https://api.kexp.org/v2/shows/63908/?format=api",
    "image_uri": "https://dn720703.ca.archive.org/0/items/mbid-7582d47e-afda-451a-975b-e8356f3f44b0/mbid-7582d47e-afda-451a-975b-e8356f3f44b0-41780594904_thumb500.jpg",
    "thumbnail_uri": "https://dn720703.ca.archive.org/0/items/mbid-7582d47e-afda-451a-975b-e8356f3f44b0/mbid-7582d47e-afda-451a-975b-e8356f3f44b0-41780594904_thumb250.jpg",
    "song": "A Rare Thing",
    "track_id": "7567482d-6b3d-46d5-83c5-0945be4e8603",
    "recording_id": "d981f345-a6f9-49f3-ba33-88264188606f",
    "artist": "Oddisee",
    "artist_ids": [
        "aaae09b3-70d9-4a65-bb3f-57e85dfe9b83"
    ],
    "album": "En Route",
    "release_id": "7582d47e-afda-451a-975b-e8356f3f44b0",
    "release_group_id": "38c7aa6c-b716-4e2b-bfd8-8b8e2352ffca",
    "labels": [
        "Mello Music Group"
    ],
    "label_ids": [
        "76efd859-3479-4c4a-a2ea-11740a0ab5b7"
    ],
    "release_date": "2025-05-30",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brooklyn's Oddisee wil play\n--Chop Suey in Seattle on Thursday, October 9th\n--The Independent in Sf on Monday, October 13th\n--\nGo here to purchase Oddisee's latest EP, \"En Route\": https://oddiseemmg.bandcamp.com/album/en-route",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}