Information about plays

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

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

{
    "id": 3580660,
    "uri": "https://api.kexp.org/v2/plays/3580660/?format=api",
    "airdate": "2025-11-20T13:47:28-08:00",
    "show": 65162,
    "show_uri": "https://api.kexp.org/v2/shows/65162/?format=api",
    "image_uri": "https://ia600803.us.archive.org/30/items/mbid-25da871f-ca88-4076-92d4-fe4161c361ba/mbid-25da871f-ca88-4076-92d4-fe4161c361ba-16648365725_thumb500.jpg",
    "thumbnail_uri": "https://ia800803.us.archive.org/30/items/mbid-25da871f-ca88-4076-92d4-fe4161c361ba/mbid-25da871f-ca88-4076-92d4-fe4161c361ba-16648365725_thumb250.jpg",
    "song": "Star Roving",
    "track_id": "a9ebbfa2-79e1-4788-a612-b7bdd802cbc8",
    "recording_id": "0082db6f-9c9b-4e15-b670-86c19601ea62",
    "artist": "Slowdive",
    "artist_ids": [
        "a16371b9-7d36-497a-a9d4-42b0a0440c5e"
    ],
    "album": "Slowdive",
    "release_id": "25da871f-ca88-4076-92d4-fe4161c361ba",
    "release_group_id": "9318347d-b4bc-4b50-bd5e-c9a9fcb9aa98",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2017-05-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that \"Star Roving\" was selected as a KEXP Song of the Day?  It's available for free download here: https://www.kexp.org/podcasts/song-of-the-day/2017/1/30/slowdive-star-roving/\n--\nSlowdive performed it and other songs during an awesome KEXP in-studio performance in 2017: https://www.youtube.com/watch?v=gwgq-IWtcPE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}