Information about plays

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

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

{
    "id": 3608060,
    "uri": "https://api.kexp.org/v2/plays/3608060/?format=api",
    "airdate": "2026-01-23T13:04:41-08:00",
    "show": 65732,
    "show_uri": "https://api.kexp.org/v2/shows/65732/?format=api",
    "image_uri": "https://coverartarchive.org/release/c3e5416b-5131-4c67-b4e1-471ac282fd8f/11376906197-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c3e5416b-5131-4c67-b4e1-471ac282fd8f/11376906197-250.jpg",
    "song": "Joy and Pain",
    "track_id": null,
    "recording_id": "ac60b170-6842-49df-8d7e-b36347f6727f",
    "artist": "Maze feat. Frankie Beverly",
    "artist_ids": [
        "1560a7c0-ac1a-47c0-a293-c35d1506063c",
        "a39aff5b-dedc-4014-8383-9e0c5d418657"
    ],
    "album": "Joy and Pain",
    "release_id": null,
    "release_group_id": "c0be9d3b-05cc-3fe2-b321-fa801b82590c",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Philadelphia-born Frankie Beverly started the group as Raw Soul in 1970. They recorded a couple of singles early, but without any major hits. But with a few personnel changes, a relocation from Philadelphia to the San Francisco Bay Area in California in 1971, and an introduction to Marvin Gaye, the group became an immediate success. Gaye took the group on the road with him as one of his opening acts, and in 1976 he suggested that they changed their name from Raw Soul to Maze.\n\nhttps://tinyurl.com/d4aj9t48",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}