Information about plays

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

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

{
    "id": 3602041,
    "uri": "https://api.kexp.org/v2/plays/3602041/?format=api",
    "airdate": "2026-01-09T01:42:59-08:00",
    "show": 65600,
    "show_uri": "https://api.kexp.org/v2/shows/65600/?format=api",
    "image_uri": "https://coverartarchive.org/release/77cfc202-af01-4354-91c0-f45243bf4596/42603238015-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/77cfc202-af01-4354-91c0-f45243bf4596/42603238015-250.jpg",
    "song": "Get Lucky",
    "track_id": null,
    "recording_id": "50a00cdf-b144-49e9-936e-468c4164f4e6",
    "artist": "Heatmiser",
    "artist_ids": [
        "99a18561-8a7d-4c30-8d3b-31bdf8c4b8ed"
    ],
    "album": "Mic City Sons",
    "release_id": null,
    "release_group_id": "1f831e7b-5e5c-3469-9d8d-494f75cd5ad0",
    "labels": [
        "Caroline Records"
    ],
    "label_ids": [
        "a14fd98c-9b89-481a-b7b8-eea8be6b2816"
    ],
    "release_date": "1996-10-15",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Third Man just released an incredible 30th anniversary reissue of Mic City Sons https://thirdmanrecords.com/products/heatmiser-mic-city-sons-30th-anniversary?srsltid=AfmBOoro1F_5ghBAzA-BTSFEZsq5RnbWpS6rozcH7C5_7cyt3_9d5UGk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}