Information about plays

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

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

{
    "id": 3610985,
    "uri": "https://api.kexp.org/v2/plays/3610985/?format=api",
    "airdate": "2026-01-30T09:24:58-08:00",
    "show": 65792,
    "show_uri": "https://api.kexp.org/v2/shows/65792/?format=api",
    "image_uri": "https://ia800109.us.archive.org/20/items/mbid-980023bc-608b-4a91-98e3-0706d2fb5318/mbid-980023bc-608b-4a91-98e3-0706d2fb5318-41424024206_thumb500.jpg",
    "thumbnail_uri": "https://ia600109.us.archive.org/20/items/mbid-980023bc-608b-4a91-98e3-0706d2fb5318/mbid-980023bc-608b-4a91-98e3-0706d2fb5318-41424024206_thumb250.jpg",
    "song": "Ball of Confusion (7″ mix)",
    "track_id": "6bd78594-5ae0-3bd8-9e05-d21c1ea21471",
    "recording_id": "f4a0179f-2930-4f46-af2b-a11a946ef696",
    "artist": "Love and Rockets",
    "artist_ids": [
        "8cb3aa4a-3b4c-48b8-be0a-e57010fc1430"
    ],
    "album": "DJ Morpheus: I Can’t Live Without My Radio",
    "release_id": "980023bc-608b-4a91-98e3-0706d2fb5318",
    "release_group_id": "00cf2ddb-99b7-37c1-845f-5a7588f611e3",
    "labels": [
        "Tigersushi"
    ],
    "label_ids": [
        "44ebaa0d-bb4e-4d58-96e1-156a8445c371"
    ],
    "release_date": "2005-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tim asked for this cover of the classic 1970 song from The Temptations, written by Norman Whitfield and Barrett Strong. \n--\nSee the video for Love and Rockets' version: https://www.youtube.com/watch?v=-ALRLZQf42s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}