Information about plays

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

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

{
    "id": 3570591,
    "uri": "https://api.kexp.org/v2/plays/3570591/?format=api",
    "airdate": "2025-10-27T11:02:35-07:00",
    "show": 64949,
    "show_uri": "https://api.kexp.org/v2/shows/64949/?format=api",
    "image_uri": "https://dn710206.ca.archive.org/0/items/mbid-a4c06c6d-a0f8-4041-92e1-05299f02da5e/mbid-a4c06c6d-a0f8-4041-92e1-05299f02da5e-35592746544_thumb500.jpg",
    "thumbnail_uri": "https://dn710206.ca.archive.org/0/items/mbid-a4c06c6d-a0f8-4041-92e1-05299f02da5e/mbid-a4c06c6d-a0f8-4041-92e1-05299f02da5e-35592746544_thumb250.jpg",
    "song": "To Love Somebody",
    "track_id": "954b3d43-ec1b-488a-b24b-38c9649c394e",
    "recording_id": "ee9208dc-820b-47ee-98d4-aa7396e97243",
    "artist": "Bee Gees",
    "artist_ids": [
        "bf0f7e29-dfe1-416c-b5c6-f9ebc19ea810"
    ],
    "album": "Opus Collection",
    "release_id": "a4c06c6d-a0f8-4041-92e1-05299f02da5e",
    "release_group_id": "6a421e73-80f1-4de2-b49c-455ed9d1ff48",
    "labels": [
        "Starbucks Entertainment"
    ],
    "label_ids": [
        "e9ae7157-da4e-473b-8a86-743dcdc271eb"
    ],
    "release_date": "2010-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"To Love Somebody\" was the second single released by the Bee Gees from their international debut album, Bee Gees 1st, in 1967.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}