Information about plays

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

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

{
    "id": 3580107,
    "uri": "https://api.kexp.org/v2/plays/3580107/?format=api",
    "airdate": "2025-11-19T05:01:48-08:00",
    "show": 65151,
    "show_uri": "https://api.kexp.org/v2/shows/65151/?format=api",
    "image_uri": "https://dn710609.ca.archive.org/0/items/mbid-86369f51-c145-3720-a711-3582c7b2f15d/mbid-86369f51-c145-3720-a711-3582c7b2f15d-10498840436_thumb500.jpg",
    "thumbnail_uri": "https://dn710609.ca.archive.org/0/items/mbid-86369f51-c145-3720-a711-3582c7b2f15d/mbid-86369f51-c145-3720-a711-3582c7b2f15d-10498840436_thumb250.jpg",
    "song": "So Far Away",
    "track_id": "dd9d322d-5b6c-399e-a370-c0ca062105a1",
    "recording_id": "c1a840b1-73c6-4225-b1b5-20ae89aca5a3",
    "artist": "Dire Straits",
    "artist_ids": [
        "614e3804-7d34-41ba-857f-811bad7c2b7a"
    ],
    "album": "Sultans of Swing: The Very Best of Dire Straits",
    "release_id": "86369f51-c145-3720-a711-3582c7b2f15d",
    "release_group_id": "7b21d660-8d0b-3fd8-b752-77257a43da73",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1998-10-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the official music video for \"So Far Away\": youtube.com/watch?v=YIHMPc6ZCuI&themeRefresh=1\n\n\"So Far Away\" is the opening track on Dire Straits' fifth album Brother in Arms.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}