Information about plays

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

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

{
    "id": 3576987,
    "uri": "https://api.kexp.org/v2/plays/3576987/?format=api",
    "airdate": "2025-11-11T22:23:58-08:00",
    "show": 65085,
    "show_uri": "https://api.kexp.org/v2/shows/65085/?format=api",
    "image_uri": "https://dn710003.ca.archive.org/0/items/mbid-0607728a-db6f-3be2-b961-ba9cfd1b0626/mbid-0607728a-db6f-3be2-b961-ba9cfd1b0626-32728099810_thumb500.jpg",
    "thumbnail_uri": "https://dn710003.ca.archive.org/0/items/mbid-0607728a-db6f-3be2-b961-ba9cfd1b0626/mbid-0607728a-db6f-3be2-b961-ba9cfd1b0626-32728099810_thumb250.jpg",
    "song": "Så blev det bestämt",
    "track_id": "80027736-01eb-3cc8-970b-e0b063d9b2f4",
    "recording_id": "b5250604-df56-4934-97af-27e2cd29bc8e",
    "artist": "Dungen",
    "artist_ids": [
        "25c76eb2-a92d-4624-9e30-093fc16ed5eb"
    ],
    "album": "Tio bitar",
    "release_id": "9279ec28-ae7a-449a-b98e-4282ef2834a0",
    "release_group_id": "405eb66e-a955-3580-b021-d2e848c438e9",
    "labels": [
        "Kemando"
    ],
    "label_ids": [
        "16e79e19-2467-42dc-a49f-9effaaa27c7f"
    ],
    "release_date": "2007-05-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}