Information about plays

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

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

{
    "id": 3552076,
    "uri": "https://api.kexp.org/v2/plays/3552076/?format=api",
    "airdate": "2025-09-12T11:33:03-07:00",
    "show": 64541,
    "show_uri": "https://api.kexp.org/v2/shows/64541/?format=api",
    "image_uri": "https://dn720700.ca.archive.org/0/items/mbid-947f059f-25ba-4807-9f27-79694d11b039/mbid-947f059f-25ba-4807-9f27-79694d11b039-19171503466_thumb500.jpg",
    "thumbnail_uri": "https://dn720700.ca.archive.org/0/items/mbid-947f059f-25ba-4807-9f27-79694d11b039/mbid-947f059f-25ba-4807-9f27-79694d11b039-19171503466_thumb250.jpg",
    "song": "Banquet",
    "track_id": "12006316-04a1-4376-8028-c76891eea1a5",
    "recording_id": "85659445-7222-4b37-abdd-a428049f01ce",
    "artist": "Bloc Party",
    "artist_ids": [
        "8c538f11-c141-4588-8ecb-931083524186"
    ],
    "album": "Silent Alarm",
    "release_id": "947f059f-25ba-4807-9f27-79694d11b039",
    "release_group_id": "f3f82b80-b2c5-3151-be53-5cb5803860e0",
    "labels": [
        "VICE Records"
    ],
    "label_ids": [
        "4e909fce-55f3-422c-94f1-7d294b60e776"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The debut record from London band Bloc Party.\n\nhttps://blocparty.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}