Information about plays

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

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

{
    "id": 3576370,
    "uri": "https://api.kexp.org/v2/plays/3576370/?format=api",
    "airdate": "2025-11-10T09:14:57-08:00",
    "show": 65072,
    "show_uri": "https://api.kexp.org/v2/shows/65072/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "How You Like Me Now?",
    "track_id": "3bc1c20b-b37b-3eb0-8992-acdf8ab13aa6",
    "recording_id": "68332588-af56-4b83-8f56-c862bb5c0119",
    "artist": "The Heavy",
    "artist_ids": [
        "ea99eec5-bd72-4b4f-86e4-54c5a34f7e10"
    ],
    "album": "The House That Dirt Built",
    "release_id": "dfbbc3cb-6416-4fc2-8c37-85694e9f6fa9",
    "release_group_id": "d7f6c1d7-9f77-41d8-a511-6fbf4ddb916d",
    "labels": [
        "Counter Records"
    ],
    "label_ids": [
        "93214c28-306f-493f-a1e8-be3e04e1ab78"
    ],
    "release_date": "2009-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This BANGER contains samples of 2 songs\n-Dyke & the Blazers's Let a Woman Be a Woman \n-The Whitefield Brothers's The Bastard",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}