Information about plays

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

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

{
    "id": 3549118,
    "uri": "https://api.kexp.org/v2/plays/3549118/?format=api",
    "airdate": "2025-09-05T06:05:34-07:00",
    "show": 64478,
    "show_uri": "https://api.kexp.org/v2/shows/64478/?format=api",
    "image_uri": "https://ia801200.us.archive.org/25/items/mbid-87620107-de37-4860-bb0a-077d39a61c22/mbid-87620107-de37-4860-bb0a-077d39a61c22-14748992461_thumb500.jpg",
    "thumbnail_uri": "https://ia601200.us.archive.org/25/items/mbid-87620107-de37-4860-bb0a-077d39a61c22/mbid-87620107-de37-4860-bb0a-077d39a61c22-14748992461_thumb250.jpg",
    "song": "Public Enemy No.1",
    "track_id": "92467402-c5f3-469b-be24-7cc83fb0b8fd",
    "recording_id": "3e12cd2c-cf1f-4f91-aa4e-d244995d334f",
    "artist": "Public Enemy",
    "artist_ids": [
        "bf2e15d0-4b77-469e-bfb4-f8414415baca"
    ],
    "album": "Yo! Bum Rush the Show",
    "release_id": "87620107-de37-4860-bb0a-077d39a61c22",
    "release_group_id": "10022c07-26de-3ae2-8283-7433958a8399",
    "labels": [
        "Columbia",
        "Def Jam Recordings"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e",
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "1987-02-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A perfect song!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}