Information about plays

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

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

{
    "id": 3548283,
    "uri": "https://api.kexp.org/v2/plays/3548283/?format=api",
    "airdate": "2025-09-03T04:53:20-07:00",
    "show": 64460,
    "show_uri": "https://api.kexp.org/v2/shows/64460/?format=api",
    "image_uri": "https://ia801007.us.archive.org/0/items/mbid-b61360f9-add7-4fbe-b2eb-d13f20b951cd/mbid-b61360f9-add7-4fbe-b2eb-d13f20b951cd-42711591533_thumb500.jpg",
    "thumbnail_uri": "https://ia601007.us.archive.org/0/items/mbid-b61360f9-add7-4fbe-b2eb-d13f20b951cd/mbid-b61360f9-add7-4fbe-b2eb-d13f20b951cd-42711591533_thumb250.jpg",
    "song": "Haiku",
    "track_id": "29ba4d1b-4f8e-4731-b0d5-3a625be177b7",
    "recording_id": "56e6998f-3a04-4cb4-96dc-bcd35c1aaf02",
    "artist": "Jenevieve",
    "artist_ids": [
        "16591c16-b498-4f90-96ef-bd8e3fcc29d5"
    ],
    "album": "CRYSALIS",
    "release_id": "b61360f9-add7-4fbe-b2eb-d13f20b951cd",
    "release_group_id": "4278dd6a-fae3-4a0c-816c-ea8d79e78462",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2025-08-08",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}