Information about plays

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

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

{
    "id": 3558918,
    "uri": "https://api.kexp.org/v2/plays/3558918/?format=api",
    "airdate": "2025-09-28T17:24:48-07:00",
    "show": 64692,
    "show_uri": "https://api.kexp.org/v2/shows/64692/?format=api",
    "image_uri": "https://ia802802.us.archive.org/20/items/mbid-7d395add-fb9d-425a-b0a3-7fcc16e2df0a/mbid-7d395add-fb9d-425a-b0a3-7fcc16e2df0a-25086828944_thumb500.jpg",
    "thumbnail_uri": "https://ia902802.us.archive.org/20/items/mbid-7d395add-fb9d-425a-b0a3-7fcc16e2df0a/mbid-7d395add-fb9d-425a-b0a3-7fcc16e2df0a-25086828944_thumb250.jpg",
    "song": "Levitate Me",
    "track_id": "fc5583c0-2c8b-485e-9f3e-8c6305816d27",
    "recording_id": "c3cb3d62-45d2-42cf-b6c9-50358ce8eab6",
    "artist": "Pixies",
    "artist_ids": [
        "b6b2bb8d-54a9-491f-9607-7b546023b433"
    ],
    "album": "Come On Pilgrim",
    "release_id": "7d395add-fb9d-425a-b0a3-7fcc16e2df0a",
    "release_group_id": "2a251d31-9958-35f1-b2b1-a64d5541715d",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Come On Pilgrim is the debut mini-album by the Pixies, released on September 28, 1987, on 4AD.\n\nProduced by Gary Smith, the release consists of eight tracks from a seventeen-song recording session that the band had recorded at Fort Apache Studios in March 1987.\n\nSigning the band based on the quality of the recordings, 4AD founder Ivo Watts-Russell whittled its track-listing down to eight songs, remixing them to become Come On Pilgrim. The remaining nine songs were subsequently released in 2002 as Pixies. https://tinyurl.com/h2bdzhvk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}