Information about plays

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

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

{
    "id": 3603179,
    "uri": "https://api.kexp.org/v2/plays/3603179/?format=api",
    "airdate": "2026-01-11T18:56:22-08:00",
    "show": 65625,
    "show_uri": "https://api.kexp.org/v2/shows/65625/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mean Streets - No Bridges",
    "track_id": null,
    "recording_id": "0e57852d-f7d1-4602-aab4-cf94eae746b8",
    "artist": "Jimmy Ponder",
    "artist_ids": [
        "3a50707b-c8b2-4490-8195-8e70f633eeda"
    ],
    "album": "Mean Streets: No Bridges",
    "release_id": null,
    "release_group_id": "f093a35b-95b8-3540-b9fb-8626c6fd9579",
    "labels": [
        "Muse Records"
    ],
    "label_ids": [
        "ab638631-3198-4dba-846e-cd6bbc1e198f"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jimmy Ponder released \"Mean Streets - No Bridges\" in 1987 on the album of the same name with Muse Records.\n\nIn his review on AllMusic, Ron Wynn called it \"prototype Ponder; soul jazz and blues played with energy and a slick, yet resourceful conviction\" stating \"Ponder has never gotten the profile or the exposure he deserves; he doesn't use gimmicks or crank up the volume, but his tasty fills, clever riffs, and crisp, bluesy solos are always worthwhile\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}