Information about plays

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

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

{
    "id": 3545438,
    "uri": "https://api.kexp.org/v2/plays/3545438/?format=api",
    "airdate": "2025-08-27T09:41:54-07:00",
    "show": 64400,
    "show_uri": "https://api.kexp.org/v2/shows/64400/?format=api",
    "image_uri": "https://ia600205.us.archive.org/16/items/mbid-72d48599-67ce-41ab-965a-a0085514fbb8/mbid-72d48599-67ce-41ab-965a-a0085514fbb8-38273519292_thumb500.jpg",
    "thumbnail_uri": "https://dn721808.ca.archive.org/0/items/mbid-72d48599-67ce-41ab-965a-a0085514fbb8/mbid-72d48599-67ce-41ab-965a-a0085514fbb8-38273519292_thumb250.jpg",
    "song": "All Wrapped Up",
    "track_id": "3c557866-9c3a-4771-813e-9ee9cca375d2",
    "recording_id": "b8559c64-d0a5-464d-abbe-aac7641d426f",
    "artist": "New Age Healers",
    "artist_ids": [
        "c87f27a8-fc86-45fb-a6a7-854808439394"
    ],
    "album": "The Spin Out",
    "release_id": "72d48599-67ce-41ab-965a-a0085514fbb8",
    "release_group_id": "cc5f17c0-924e-4db4-8627-1c224891d1e6",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-04-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Request for New Age Healers, featuring our own Imaginary Morning Show Producer: Owen Murphy!\n\nSee them live at Seagaze in Everett Sept 5th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}