Information about plays

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

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

{
    "id": 3597517,
    "uri": "https://api.kexp.org/v2/plays/3597517/?format=api",
    "airdate": "2025-12-29T07:38:06-08:00",
    "show": 65506,
    "show_uri": "https://api.kexp.org/v2/shows/65506/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Post-Aventures",
    "track_id": "31641c8e-ec30-4642-bf50-19a54e07c5dd",
    "recording_id": "315b3b41-a131-407e-95a6-c56051bbbfeb",
    "artist": "Yalla Miku",
    "artist_ids": [
        "1c75c554-3f02-48e8-9b4a-48cc7870d065"
    ],
    "album": "2",
    "release_id": "5b7f67b5-076b-490d-be4b-ef3c7b372b29",
    "release_group_id": "3e303099-a7bc-4429-b02e-b6e63d2889fe",
    "labels": [
        "Bongo Joe"
    ],
    "label_ids": [
        "333df535-433c-482b-9d61-87cb70979a5d"
    ],
    "release_date": "2025-11-07",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new music from Yalla Miku!\nhttps://yallamiku.bandcamp.com/album/2\n\nWatch Yalla Miku's Live on KEXP session from 2024: https://www.youtube.com/watch?v=XcOro7eka1s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}