Information about plays

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

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

{
    "id": 3550393,
    "uri": "https://api.kexp.org/v2/plays/3550393/?format=api",
    "airdate": "2025-09-08T09:26:46-07:00",
    "show": 64508,
    "show_uri": "https://api.kexp.org/v2/shows/64508/?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://dn721609.ca.archive.org/0/items/mbid-698d1229-0724-36c1-9ef0-0705ac4d98c4/mbid-698d1229-0724-36c1-9ef0-0705ac4d98c4-38265640542_thumb250.jpg",
    "song": "Slide Away",
    "track_id": "049b408d-a9e8-3a15-9f97-0c9fdf643e76",
    "recording_id": "24564eb6-fc94-491b-87a2-a2349dfa05db",
    "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": "Hey John and Owen,\n\nCould you please play Slide Away by Oasis for all those who attended the shows at the Rosebowl at the weekend: it was joyous!\n\nLove Mark in Oakland, taking time off from the drag that is work.\n---\nFrom their debut studio album Definitely Maybe (1994).\n\nhttps://oasisinet.com/live-homepage/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}