Information about plays

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

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

{
    "id": 3587199,
    "uri": "https://api.kexp.org/v2/plays/3587199/?format=api",
    "airdate": "2025-12-05T15:56:19-08:00",
    "show": 65295,
    "show_uri": "https://api.kexp.org/v2/shows/65295/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pumpan",
    "track_id": "646043e7-5a09-439a-8cc0-1cb55ed7d430",
    "recording_id": "474e0d17-e943-44bb-a729-1d6d8bc970c0",
    "artist": "Dina ögon",
    "artist_ids": [
        "dd682352-d506-4d75-90cc-ff8daa0af05a"
    ],
    "album": "Oas",
    "release_id": "d5f4dcfb-3895-429f-a2be-181d9f363b57",
    "release_group_id": "ffe60387-055c-4bd7-9d1c-6e8bb33c5ba4",
    "labels": [
        "Playground Music"
    ],
    "label_ids": [
        "c446ebe7-a528-406e-9d88-a44aeb8907da"
    ],
    "release_date": "2023-02-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sweden's Dina ögon! This is the closing track from their new album \"Oas.\" \n\nhttps://dina-ogon.ffm.to/artist",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}