Information about plays

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

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

{
    "id": 3545666,
    "uri": "https://api.kexp.org/v2/plays/3545666/?format=api",
    "airdate": "2025-08-27T23:55:48-07:00",
    "show": 64405,
    "show_uri": "https://api.kexp.org/v2/shows/64405/?format=api",
    "image_uri": "https://ia903208.us.archive.org/4/items/mbid-655060f6-7be1-44e0-963b-14749d6c4d7b/mbid-655060f6-7be1-44e0-963b-14749d6c4d7b-42793539960_thumb500.jpg",
    "thumbnail_uri": "https://dn720707.ca.archive.org/0/items/mbid-655060f6-7be1-44e0-963b-14749d6c4d7b/mbid-655060f6-7be1-44e0-963b-14749d6c4d7b-42793539960_thumb250.jpg",
    "song": "Orvalho",
    "track_id": "4212c0a2-5783-4aea-a75e-034aec9460c7",
    "recording_id": "7f81b808-f2c8-4b29-916d-37fe1bcd96af",
    "artist": "Lau Ro",
    "artist_ids": [
        "d6f23ea7-87fa-475d-9083-332bcabf8cf5"
    ],
    "album": "Sitting on the Moon",
    "release_id": "655060f6-7be1-44e0-963b-14749d6c4d7b",
    "release_group_id": "ac24553d-16fc-434f-99be-f503e52ff520",
    "labels": [
        "Mexican Summer"
    ],
    "label_ids": [
        "2c6049c6-7335-4d03-b264-234b314b03b5"
    ],
    "release_date": "2025-08-15",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"'Sitting on the Moon' is a new compilation and low-key statement of purpose for the long running, Brooklyn-based independent label Mexican Summer. The collection features new material from artists both on our roster and beyond, all of whom wrote and recorded with the seasonal tone of \"Summer\" in mind.\"\n\nhttps://mexicansummer.bandcamp.com/album/sitting-on-the-moon",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}