Information about plays

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

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

{
    "id": 3574549,
    "uri": "https://api.kexp.org/v2/plays/3574549/?format=api",
    "airdate": "2025-11-06T02:23:30-08:00",
    "show": 65034,
    "show_uri": "https://api.kexp.org/v2/shows/65034/?format=api",
    "image_uri": "https://coverartarchive.org/release/faa2be2a-418e-40cb-b3fc-861ddeb93916/33579789494-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/faa2be2a-418e-40cb-b3fc-861ddeb93916/33579789494-250.jpg",
    "song": "Brother Sister",
    "track_id": null,
    "recording_id": "df6a2497-f72e-48e3-b226-72797e657f28",
    "artist": "The Brand New Heavies",
    "artist_ids": [
        "9b8d6e2c-2b4e-4924-82ae-226b4e701f6b"
    ],
    "album": "Brother Sister",
    "release_id": null,
    "release_group_id": "89b744f6-a180-3c5a-9542-9fee05848b97",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "By request from Cleveland in North Carolina!\n\nThe Brand New Heavies are an acid jazz and funk group formed in 1985 in London. 'Brother Sister' was lead singer N'Dea Davenport's last album with the Brand New Heavies before leaving to complete her solo album. She returned to join the band ten years later. https://bit.ly/3mLr4BN",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}