Information about plays

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

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

{
    "id": 3561915,
    "uri": "https://api.kexp.org/v2/plays/3561915/?format=api",
    "airdate": "2025-10-06T05:19:39-07:00",
    "show": 64761,
    "show_uri": "https://api.kexp.org/v2/shows/64761/?format=api",
    "image_uri": "https://coverartarchive.org/release/05a2fdc7-078f-4e03-ab98-abc4151f7a42/26567867736-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/05a2fdc7-078f-4e03-ab98-abc4151f7a42/26567867736-250.jpg",
    "song": "Into the Groove",
    "track_id": null,
    "recording_id": "986645ce-32d0-42ba-999a-7faf2603aa7e",
    "artist": "Madonna",
    "artist_ids": [
        "79239441-bfd5-4981-a70c-55c3f15c1287"
    ],
    "album": "Like a Virgin",
    "release_id": null,
    "release_group_id": "b69580b9-7050-3994-b544-4407a22c097a",
    "labels": [],
    "label_ids": [],
    "release_date": "1984-11-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#627 \n\nThis song from the film \"Desperately Seeking Susan\" was Madonna's first UK #1 hit. It was never released as a single in the US, however, where it remains one of the best-known B-sides of the '80s, since radio stations played the song anyway. In America, it was issued as the B-side of \"Angel,\" which many folks bought to get \"Into The Groove.\" As a result, \"Angel\" went to #5 in the US despite a lackluster reception.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}