Information about plays

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

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

{
    "id": 3667600,
    "uri": "https://api.kexp.org/v2/plays/3667600/?format=api",
    "airdate": "2026-06-13T23:31:41-07:00",
    "show": 66982,
    "show_uri": "https://api.kexp.org/v2/shows/66982/?format=api",
    "image_uri": "https://coverartarchive.org/release/f140c34b-1267-4386-85d7-dcecd1272841/7783919300-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f140c34b-1267-4386-85d7-dcecd1272841/7783919300-250.jpg",
    "song": "Fifteen",
    "track_id": null,
    "recording_id": "50407ab5-b8c0-4e99-ad13-f8963bc8d4fb",
    "artist": "Eater",
    "artist_ids": [
        "c74c3bb6-b471-42f3-a68a-54d27c388620"
    ],
    "album": "The Album",
    "release_id": null,
    "release_group_id": "4e663051-d2e8-3d09-a55e-23bd232355e1",
    "labels": [
        "Anagram Records"
    ],
    "label_ids": [
        "83ca98d2-7d99-40f1-8e60-dc35c7b78508"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Alice Cooper cover\n\nhttps://punk77.co.uk/band/eater/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}