Information about plays

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

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

{
    "id": 3579866,
    "uri": "https://api.kexp.org/v2/plays/3579866/?format=api",
    "airdate": "2025-11-18T14:19:19-08:00",
    "show": 65146,
    "show_uri": "https://api.kexp.org/v2/shows/65146/?format=api",
    "image_uri": "https://dn710609.ca.archive.org/0/items/mbid-f9754b8f-15ae-45bf-9cc4-603e925fee04/mbid-f9754b8f-15ae-45bf-9cc4-603e925fee04-1241372363_thumb500.jpg",
    "thumbnail_uri": "https://dn710609.ca.archive.org/0/items/mbid-f9754b8f-15ae-45bf-9cc4-603e925fee04/mbid-f9754b8f-15ae-45bf-9cc4-603e925fee04-1241372363_thumb250.jpg",
    "song": "Boogie Stop Shuffle",
    "track_id": "cab8f501-2473-32d9-80ec-464e96323813",
    "recording_id": "c570a4ec-b91d-465b-9e79-4e7cd36109d5",
    "artist": "Charles Mingus",
    "artist_ids": [
        "f3b8e107-abe8-4743-b6a3-4a4ee995e71f"
    ],
    "album": "Mingus Ah Um",
    "release_id": "f9754b8f-15ae-45bf-9cc4-603e925fee04",
    "release_group_id": "48ec720b-2fc2-35dd-8130-5b186c4abcbc",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1959-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Andrew!\n\nMingus Ah Um was one of fifty recordings chosen by the Library of Congress to be added to the National Recording Registry in 2003. The album was ranked number 380 of the Top 500 Albums of All-Time by Rolling Stone in 2020",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}