Information about plays

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

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

{
    "id": 3577296,
    "uri": "https://api.kexp.org/v2/plays/3577296/?format=api",
    "airdate": "2025-11-12T15:31:03-08:00",
    "show": 65091,
    "show_uri": "https://api.kexp.org/v2/shows/65091/?format=api",
    "image_uri": "https://ia800104.us.archive.org/15/items/mbid-00643aab-fae1-4d0a-9cd8-d74094306bc9/mbid-00643aab-fae1-4d0a-9cd8-d74094306bc9-40562190380_thumb500.jpg",
    "thumbnail_uri": "https://dn710103.ca.archive.org/0/items/mbid-00643aab-fae1-4d0a-9cd8-d74094306bc9/mbid-00643aab-fae1-4d0a-9cd8-d74094306bc9-40562190380_thumb250.jpg",
    "song": "Bizarre",
    "track_id": "220dd7eb-25ea-4f5d-8fcf-3716826a6324",
    "recording_id": "64f809fc-7d9d-4430-b6af-bff70cf30e6f",
    "artist": "RIP Swirl feat. Maria Somerville",
    "artist_ids": [
        "9dde2e5a-d868-46bb-88b9-888e340ddc91",
        "86f48c33-57de-4d86-87b3-7397d5e4baf4"
    ],
    "album": "Perfectly Blue",
    "release_id": "00643aab-fae1-4d0a-9cd8-d74094306bc9",
    "release_group_id": "1538a187-8682-4056-aee6-dadc79391c00",
    "labels": [
        "In Real Life",
        "Heavy Duty Music"
    ],
    "label_ids": [
        "39a43c68-ae4e-44ec-aa35-57de55f5ea52",
        "77d0e43b-2e4b-4e63-b32b-6f3a40487c73"
    ],
    "release_date": "2024-10-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Swirl is an alias of Berlin-based artist and DJ, Luka Seifert, known for his eclectic blend of musical styles and songwriting approaches.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}