Information about plays

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

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

{
    "id": 3556939,
    "uri": "https://api.kexp.org/v2/plays/3556939/?format=api",
    "airdate": "2025-09-23T23:53:10-07:00",
    "show": 64645,
    "show_uri": "https://api.kexp.org/v2/shows/64645/?format=api",
    "image_uri": "https://coverartarchive.org/release/81144701-5595-45f9-8b3a-d8e4ee6ed6a2/18362072857-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/81144701-5595-45f9-8b3a-d8e4ee6ed6a2/18362072857-250.jpg",
    "song": "Coleen",
    "track_id": null,
    "recording_id": "08b78b18-dd28-4531-b1d5-0362556cee1c",
    "artist": "The Heavy",
    "artist_ids": [
        "ea99eec5-bd72-4b4f-86e4-54c5a34f7e10"
    ],
    "album": "Great Vengeance & Furious Fire",
    "release_id": null,
    "release_group_id": "8569b3f8-7e19-3b96-97a8-37488b97f580",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2007-03-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Heavy from Bath, UK layer rock and soul instrumentation like no one else.\n\nhttps://www.theheavy.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}