Information about plays

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

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

{
    "id": 3548412,
    "uri": "https://api.kexp.org/v2/plays/3548412/?format=api",
    "airdate": "2025-09-03T12:41:11-07:00",
    "show": 64463,
    "show_uri": "https://api.kexp.org/v2/shows/64463/?format=api",
    "image_uri": "https://ia601004.us.archive.org/11/items/mbid-f2b5d909-1e56-4b91-b5c5-0ac7e07d080f/mbid-f2b5d909-1e56-4b91-b5c5-0ac7e07d080f-42751728089_thumb500.jpg",
    "thumbnail_uri": "https://dn721808.ca.archive.org/0/items/mbid-f2b5d909-1e56-4b91-b5c5-0ac7e07d080f/mbid-f2b5d909-1e56-4b91-b5c5-0ac7e07d080f-42751728089_thumb250.jpg",
    "song": "Black Ice",
    "track_id": "f94071ba-03cb-4e2c-9912-b7b60875f9e6",
    "recording_id": "cbe6bd2f-347a-43de-acf8-994db852a8bf",
    "artist": "The Wytches",
    "artist_ids": [
        "2cf75c6b-e686-4ba1-818a-7f3ad5f3f398"
    ],
    "album": "Black Ice",
    "release_id": "f2b5d909-1e56-4b91-b5c5-0ac7e07d080f",
    "release_group_id": "d1f18b47-f7cb-4ff6-934f-869a6bb48061",
    "labels": [
        "Alcopop! Records"
    ],
    "label_ids": [
        "47c64967-c465-4a35-84f3-09bd49d7d008"
    ],
    "release_date": "2025-08-12",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}