Information about plays

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

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

{
    "id": 3552162,
    "uri": "https://api.kexp.org/v2/plays/3552162/?format=api",
    "airdate": "2025-09-12T16:31:27-07:00",
    "show": 64543,
    "show_uri": "https://api.kexp.org/v2/shows/64543/?format=api",
    "image_uri": "https://ia800706.us.archive.org/21/items/mbid-ca47729b-bf2a-4fee-8bf2-1823926d2d5f/mbid-ca47729b-bf2a-4fee-8bf2-1823926d2d5f-5846183948_thumb500.jpg",
    "thumbnail_uri": "https://ia600706.us.archive.org/21/items/mbid-ca47729b-bf2a-4fee-8bf2-1823926d2d5f/mbid-ca47729b-bf2a-4fee-8bf2-1823926d2d5f-5846183948_thumb250.jpg",
    "song": "Love My Way",
    "track_id": "1a661d71-1b0d-3262-9369-015828c21bd8",
    "recording_id": "43ac69b9-2aa4-4ff1-8607-babed2ab585b",
    "artist": "The Psychedelic Furs",
    "artist_ids": [
        "9f930ddf-be2f-4de5-a39f-7ae47305752e"
    ],
    "album": "Just Can’t Get Enough: New Wave Hits of the ’80s, Volume 9",
    "release_id": "ca47729b-bf2a-4fee-8bf2-1823926d2d5f",
    "release_group_id": "72cee1f0-1f5f-3fef-a939-1a9933c105e8",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1994-10-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "They're Toooouring w/ Gary Numan!\nPerforming in Vancouver, BC on September 12 (tonight!!); Seattle, WA on September 13 (tomorrow!!); Portland, OR on September 16; and Oakland, CA on September 18 \nMore dates here: \nhttps://thepsychedelicfurs.com/#shows",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}