Information about plays

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

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

{
    "id": 3536134,
    "uri": "https://api.kexp.org/v2/plays/3536134/?format=api",
    "airdate": "2025-08-05T07:39:05-07:00",
    "show": 64206,
    "show_uri": "https://api.kexp.org/v2/shows/64206/?format=api",
    "image_uri": "https://dn721609.ca.archive.org/0/items/mbid-698d1229-0724-36c1-9ef0-0705ac4d98c4/mbid-698d1229-0724-36c1-9ef0-0705ac4d98c4-38265640542_thumb500.jpg",
    "thumbnail_uri": "https://ia803202.us.archive.org/2/items/mbid-698d1229-0724-36c1-9ef0-0705ac4d98c4/mbid-698d1229-0724-36c1-9ef0-0705ac4d98c4-38265640542_thumb250.jpg",
    "song": "Live Forever",
    "track_id": "62de5319-b40a-39ac-9198-d61a7dd0db02",
    "recording_id": "43cf19be-cdcf-48a9-beea-4d0b56887317",
    "artist": "Oasis",
    "artist_ids": [
        "39ab1aed-75e0-4140-bd47-540276886b60"
    ],
    "album": "Definitely Maybe",
    "release_id": "698d1229-0724-36c1-9ef0-0705ac4d98c4",
    "release_group_id": "451dca98-c118-32e1-9244-c47ca9c3c0f9",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1994-08-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oasis started their reunion tour last month after a 15- year hiatus!  'Live Forever' was released as the third single from their record 'Definitely Maybe' 1994",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}