Information about plays

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

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

{
    "id": 3576369,
    "uri": "https://api.kexp.org/v2/plays/3576369/?format=api",
    "airdate": "2025-11-10T09:11:48-08:00",
    "show": 65072,
    "show_uri": "https://api.kexp.org/v2/shows/65072/?format=api",
    "image_uri": "https://dn710002.ca.archive.org/0/items/mbid-53bc6949-bffa-47a2-b120-4f41b7be769f/mbid-53bc6949-bffa-47a2-b120-4f41b7be769f-29649291973_thumb500.jpg",
    "thumbnail_uri": "https://ia903108.us.archive.org/25/items/mbid-53bc6949-bffa-47a2-b120-4f41b7be769f/mbid-53bc6949-bffa-47a2-b120-4f41b7be769f-29649291973_thumb250.jpg",
    "song": "Let a Woman Be a Woman, Let a Man Be a Man",
    "track_id": "c205b388-842d-3b5d-bf57-c9889fd38470",
    "recording_id": "33ec2faa-ef69-4e48-91eb-16b36729e71d",
    "artist": "Dyke & the Blazers",
    "artist_ids": [
        "2956178f-8247-422e-b693-a04753a67e27"
    ],
    "album": "So Sharp!",
    "release_id": "53bc6949-bffa-47a2-b120-4f41b7be769f",
    "release_group_id": "c9bd3466-09bb-3a07-8bcf-7dbd3fd90301",
    "labels": [
        "Kent Records"
    ],
    "label_ids": [
        "c83ef7af-0ef7-4135-beae-83f73cb5e5a4"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Man, is it just me or does this song sound just like...",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}