Information about plays

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

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

{
    "id": 3548055,
    "uri": "https://api.kexp.org/v2/plays/3548055/?format=api",
    "airdate": "2025-09-02T15:55:57-07:00",
    "show": 64455,
    "show_uri": "https://api.kexp.org/v2/shows/64455/?format=api",
    "image_uri": "https://ia804603.us.archive.org/26/items/mbid-761203f3-6cf3-4934-a860-6e34b4d486d6/mbid-761203f3-6cf3-4934-a860-6e34b4d486d6-36546487731_thumb500.jpg",
    "thumbnail_uri": "https://ia804603.us.archive.org/26/items/mbid-761203f3-6cf3-4934-a860-6e34b4d486d6/mbid-761203f3-6cf3-4934-a860-6e34b4d486d6-36546487731_thumb250.jpg",
    "song": "Zambezi",
    "track_id": "6f447026-4731-4632-bb49-ca4e9b252775",
    "recording_id": "b967a8ef-cf4d-434a-aa29-e9007dc15831",
    "artist": "The New Mastersounds",
    "artist_ids": [
        "fce925cd-ed10-4518-8713-6f20d146e4fb"
    ],
    "album": "This Is What We Do",
    "release_id": "2a1567bc-4771-4fea-95eb-f481942a5535",
    "release_group_id": "624e26bb-8eb2-4040-a83d-f04361575141",
    "labels": [
        "3 on the B Records"
    ],
    "label_ids": [
        "0a86f857-f889-42cd-9176-b6ade0a13a0e"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Cory!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}