Information about plays

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

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

{
    "id": 3565599,
    "uri": "https://api.kexp.org/v2/plays/3565599/?format=api",
    "airdate": "2025-10-15T21:06:30-07:00",
    "show": 64844,
    "show_uri": "https://api.kexp.org/v2/shows/64844/?format=api",
    "image_uri": "https://coverartarchive.org/release/9b5bdef0-b564-43dc-b436-13d94b744296/14991794527-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9b5bdef0-b564-43dc-b436-13d94b744296/14991794527-250.jpg",
    "song": "In the Garden",
    "track_id": null,
    "recording_id": "3e592339-b4ac-4063-8836-c34a39ca4d3e",
    "artist": "Triste Janero",
    "artist_ids": [
        "90bc1978-ab44-483c-8bca-ca61cbadf1a9"
    ],
    "album": "Meet Triste Janero",
    "release_id": null,
    "release_group_id": "2c3743f8-79ce-3d74-a5ab-f15c62ba01a0",
    "labels": [
        "White Whale"
    ],
    "label_ids": [
        "2f113261-15d5-4925-892c-d3a8161b0fe7"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Triste Janero is a bossa nova sunshine pop trio. 'Meet Triste Janero' of 1969 was the only album they had ever released.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}