Information about plays

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

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

{
    "id": 3640189,
    "uri": "https://api.kexp.org/v2/plays/3640189/?format=api",
    "airdate": "2026-04-10T06:20:34-07:00",
    "show": 66413,
    "show_uri": "https://api.kexp.org/v2/shows/66413/?format=api",
    "image_uri": "https://dn710706.ca.archive.org/0/items/mbid-698ed14a-3929-4729-bdcc-98958b0302fa/mbid-698ed14a-3929-4729-bdcc-98958b0302fa-18480378425_thumb500.jpg",
    "thumbnail_uri": "https://dn710706.ca.archive.org/0/items/mbid-698ed14a-3929-4729-bdcc-98958b0302fa/mbid-698ed14a-3929-4729-bdcc-98958b0302fa-18480378425_thumb250.jpg",
    "song": "Splash 1",
    "track_id": "31f63e31-2cdc-407b-b63c-8611571303a3",
    "recording_id": "30479417-900d-4db2-bfc9-6a5a92e4b0ec",
    "artist": "13th Floor Elevators",
    "artist_ids": [
        "1964494f-9f1a-41c1-b054-80ef3b95025c"
    ],
    "album": "7th Heaven: Music of the Spheres, the Complete Singles Collection",
    "release_id": "698ed14a-3929-4729-bdcc-98958b0302fa",
    "release_group_id": "753bf292-7bc9-4895-8bcd-e67d6804c923",
    "labels": [
        "Charly Records",
        "International Artists"
    ],
    "label_ids": [
        "a754ad77-2842-4ed4-a6e7-fb6b1fdc7f40",
        "f75b8e25-8063-4e5c-9204-664abfccc07b"
    ],
    "release_date": "2009-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of the earliest psych singles to wear the \"psychedelic\" label proudly, from the Austin band's 1966 debut The Psychedelic Sounds of the 13th Floor Elevators.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}