Information about plays

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

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

{
    "id": 3549083,
    "uri": "https://api.kexp.org/v2/plays/3549083/?format=api",
    "airdate": "2025-09-05T03:58:49-07:00",
    "show": 64477,
    "show_uri": "https://api.kexp.org/v2/shows/64477/?format=api",
    "image_uri": "https://ia903401.us.archive.org/12/items/mbid-f33899d7-3e87-4234-8b3b-1eebbadf21fd/mbid-f33899d7-3e87-4234-8b3b-1eebbadf21fd-21355534998_thumb500.jpg",
    "thumbnail_uri": "https://ia903401.us.archive.org/12/items/mbid-f33899d7-3e87-4234-8b3b-1eebbadf21fd/mbid-f33899d7-3e87-4234-8b3b-1eebbadf21fd-21355534998_thumb250.jpg",
    "song": "Anxi.",
    "track_id": "25fb97b3-c760-4ba7-9871-4dbcd91d0654",
    "recording_id": "2d8d0d8c-c139-4671-a450-3baaa5d8100f",
    "artist": "Kelly Lee Owens feat. Jenny Hval",
    "artist_ids": [
        "9d88eaab-f90a-4fbe-b84f-20da5518cd26",
        "25dc9640-7ee2-47e0-8c00-fa8e0fc28086"
    ],
    "album": "Kelly Lee Owens",
    "release_id": "f33899d7-3e87-4234-8b3b-1eebbadf21fd",
    "release_group_id": "7eaadc60-127b-4b87-81bf-ba294697e584",
    "labels": [
        "Smalltown Supersound"
    ],
    "label_ids": [
        "eb1029b4-8229-4169-ae99-07540aa2ba80"
    ],
    "release_date": "2017-03-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}