Information about plays

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

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

{
    "id": 3544546,
    "uri": "https://api.kexp.org/v2/plays/3544546/?format=api",
    "airdate": "2025-08-25T07:17:06-07:00",
    "show": 64384,
    "show_uri": "https://api.kexp.org/v2/shows/64384/?format=api",
    "image_uri": "https://ia600707.us.archive.org/8/items/mbid-537db0cf-f171-49e8-b280-e8020b82687c/mbid-537db0cf-f171-49e8-b280-e8020b82687c-42095815804_thumb500.jpg",
    "thumbnail_uri": "https://dn721205.ca.archive.org/0/items/mbid-537db0cf-f171-49e8-b280-e8020b82687c/mbid-537db0cf-f171-49e8-b280-e8020b82687c-42095815804_thumb250.jpg",
    "song": "one of a kind of",
    "track_id": "5a385d94-a6bd-4732-8cd6-24ae13c90bf3",
    "recording_id": "5c5348d6-463a-4a1b-b640-4798f09d77e1",
    "artist": "glass egg",
    "artist_ids": [
        "75002c06-1921-4d5c-a0b3-20a091eaae24"
    ],
    "album": "one of a kind of",
    "release_id": "537db0cf-f171-49e8-b280-e8020b82687c",
    "release_group_id": "009edfc0-bfa9-431a-8297-cdbbb3e2fe5e",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-05-23",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The newest from Seattle band glass egg! They're got a full-length album called \"visions & ecstasies\" coming out October 10th!\n\nhttps://www.glasseggband.com/\n\nPlaying at the Sunset on August 11th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}