Information about plays

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

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

{
    "id": 3605041,
    "uri": "https://api.kexp.org/v2/plays/3605041/?format=api",
    "airdate": "2026-01-16T09:31:19-08:00",
    "show": 65664,
    "show_uri": "https://api.kexp.org/v2/shows/65664/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "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": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1984-11-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Madonna and Stephen Bray wrote this song. According to the book 1000 UK #1 Hits by Jon Kutner and Spencer Leigh, Bray was having trouble with the bridge when Madonna walked into the studio, stepped up to the microphone and sang, \"live out your fantasy here with me.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}