Information about plays

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

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

{
    "id": 3552363,
    "uri": "https://api.kexp.org/v2/plays/3552363/?format=api",
    "airdate": "2025-09-13T04:25:29-07:00",
    "show": 64547,
    "show_uri": "https://api.kexp.org/v2/shows/64547/?format=api",
    "image_uri": "https://dn721803.ca.archive.org/0/items/mbid-1f490ea8-bc11-45bb-b118-7c92e4673f6c/mbid-1f490ea8-bc11-45bb-b118-7c92e4673f6c-18695373188_thumb500.jpg",
    "thumbnail_uri": "https://dn721803.ca.archive.org/0/items/mbid-1f490ea8-bc11-45bb-b118-7c92e4673f6c/mbid-1f490ea8-bc11-45bb-b118-7c92e4673f6c-18695373188_thumb250.jpg",
    "song": "Strange Things Happening Every Day",
    "track_id": "f2addff5-df3c-47b7-b8ba-d28638c8ee07",
    "recording_id": "a8024cca-4201-40db-bf01-c00e70f41854",
    "artist": "Sister Rosetta Tharpe",
    "artist_ids": [
        "f5625c87-5a62-4b3b-a375-fe08a71acddc"
    ],
    "album": "Plug It In! Turn It Up! Electric Blues: The Definitive Collection! Part 1: 1939-1954",
    "release_id": "1f490ea8-bc11-45bb-b118-7c92e4673f6c",
    "release_group_id": "7afabbc4-a622-4499-84bf-83a104406a02",
    "labels": [
        "Bear Family Records"
    ],
    "label_ids": [
        "bf19ea5d-45a8-4980-b050-1dd4f7194952"
    ],
    "release_date": "2012-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}