Information about plays

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

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

{
    "id": 3630218,
    "uri": "https://api.kexp.org/v2/plays/3630218/?format=api",
    "airdate": "2026-03-17T14:00:05-07:00",
    "show": 66207,
    "show_uri": "https://api.kexp.org/v2/shows/66207/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Herside Story",
    "track_id": null,
    "recording_id": "b833b609-0950-4ef8-b3b0-6218b4b10635",
    "artist": "GoldLink x Hare Squead",
    "artist_ids": [
        "7cb6e306-a75b-48b4-be00-2c4aa6bbe3a8",
        "326f12f6-1cb1-471b-8d2d-3e03a86b176f"
    ],
    "album": "At What Cost",
    "release_id": null,
    "release_group_id": "312c82f0-fb57-472d-9d61-6ea97f7575b9",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2017-03-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Herside Story\" is a remixed version of the Irish trio’s own breakout hit. Despite becoming a major highlight of GoldLink's project, the original Hare Squead version is often considered the foundation of this popular collaboration.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}