Information about plays

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

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

{
    "id": 3583392,
    "uri": "https://api.kexp.org/v2/plays/3583392/?format=api",
    "airdate": "2025-11-26T21:31:48-08:00",
    "show": 65218,
    "show_uri": "https://api.kexp.org/v2/shows/65218/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Serenade of Water",
    "track_id": "45a1b6c8-0e01-4e76-82d0-5675bea38ea8",
    "recording_id": "c3e92217-2de3-469d-83f0-60e6b7f9dbd5",
    "artist": "Men I Trust",
    "artist_ids": [
        "25ab7547-a4d2-480b-b028-c7f3497bc858"
    ],
    "album": "Untourable Album",
    "release_id": "66248f29-355e-474e-b3b9-86e0fb031e62",
    "release_group_id": "1afd3d6c-3d7b-4273-8167-6c6d2a4ff353",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2021-08-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://menitrust.bandcamp.com/album/untourable-album",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}