Information about plays

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

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

{
    "id": 3559579,
    "uri": "https://api.kexp.org/v2/plays/3559579/?format=api",
    "airdate": "2025-09-30T08:50:29-07:00",
    "show": 64707,
    "show_uri": "https://api.kexp.org/v2/shows/64707/?format=api",
    "image_uri": "https://ia801905.us.archive.org/22/items/mbid-d8552693-7f80-4fe6-981b-a988bfc47a43/mbid-d8552693-7f80-4fe6-981b-a988bfc47a43-4013850564_thumb500.jpg",
    "thumbnail_uri": "https://ia601905.us.archive.org/22/items/mbid-d8552693-7f80-4fe6-981b-a988bfc47a43/mbid-d8552693-7f80-4fe6-981b-a988bfc47a43-4013850564_thumb250.jpg",
    "song": "Under Your Spell",
    "track_id": "cbd8fdff-5aa3-3cbd-9feb-7b740fc7a6a4",
    "recording_id": "a63823c1-2cab-4e51-858e-0f6f883cbb04",
    "artist": "Desire",
    "artist_ids": [
        "9dae8dff-0c54-4019-a6f2-667890ad9878"
    ],
    "album": "II",
    "release_id": "d8552693-7f80-4fe6-981b-a988bfc47a43",
    "release_group_id": "e63566d1-a592-4371-9d24-06331d03382f",
    "labels": [
        "Italians Do It Better"
    ],
    "label_ids": [
        "d25f2b85-00e1-47eb-8f71-932a0809b1b9"
    ],
    "release_date": "2009-06-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Desire is a Montreal band, consisting of vocalist Megan Louise, producer Johnny Jewel (also a member of Chromatics and Glass Candy), and Nat Walker (also a member of Chromatics) on synthesizer and drums.\nhttps://bit.ly/2SbCrJW",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}