Information about plays

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

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

{
    "id": 3519718,
    "uri": "https://api.kexp.org/v2/plays/3519718/?format=api",
    "airdate": "2025-06-27T23:52:59-07:00",
    "show": 63854,
    "show_uri": "https://api.kexp.org/v2/shows/63854/?format=api",
    "image_uri": "https://coverartarchive.org/release/01529a86-e18f-480b-ac9f-9308d10ab98f/4516852483-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/01529a86-e18f-480b-ac9f-9308d10ab98f/4516852483-250.jpg",
    "song": "100%",
    "track_id": null,
    "recording_id": "18ed1830-11b6-4afc-827c-dc9034c07267",
    "artist": "Big Pun featuring Tony Sunshine",
    "artist_ids": [
        "609e7afd-3552-4102-9501-7611858ea320",
        "4900c126-adf4-4df2-ac66-c4fea5a7704c"
    ],
    "album": "Yeeeah Baby",
    "release_id": null,
    "release_group_id": "26b3bb50-20b7-369c-842c-476f96cd4faa",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2000-04-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Samples \"Anita\" by Lalo Schifrin.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}