Information about plays

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

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

{
    "id": 3585356,
    "uri": "https://api.kexp.org/v2/plays/3585356/?format=api",
    "airdate": "2025-12-01T08:46:55-08:00",
    "show": 65261,
    "show_uri": "https://api.kexp.org/v2/shows/65261/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Time",
    "track_id": "3b486479-956c-3cc5-94c1-23eabe61a482",
    "recording_id": "e0cd6185-9954-4c92-8efa-6eb7eef04af7",
    "artist": "The Verve",
    "artist_ids": [
        "d4d17620-fd97-4574-92a8-a2cb7e72ce42"
    ],
    "album": "Urban Hymns",
    "release_id": "f1ddef9e-218f-4ce8-abdb-fc5450bd2a34",
    "release_group_id": "3dd0c8e4-af53-3605-9c20-f27c7635fb60",
    "labels": [
        "Virgin",
        "Hut Recordings"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c",
        "3dc55be1-e308-4b62-b0ac-7ddcf2845b91"
    ],
    "release_date": "1997-09-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Hi John. I'm so happy to see that The Verve's 'Urban Hymns' is the album of the week; it's one of my favorite albums of all-time and always brongs to mind a specific memory attached to it. When this album came out, I was a broke college student living in the dorms at Western. I had the cheapest meal plan which meant I could only eat in the cafeteria Monday thru Friday and had to fend for myself each weekend. I distinctly remember I had $20 to my name until my next paycheck, and I had to chose between buying this CD, or feeding myself all weekend. I chose to buy the CD (shout out old Cellophane Square on Railroad in Bellingham) and probably lived off Cup o Noodles until Monday. It was totally worth it. Music is life.\" - Kegan in L.A.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}