Information about plays

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

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

{
    "id": 3568080,
    "uri": "https://api.kexp.org/v2/plays/3568080/?format=api",
    "airdate": "2025-10-21T15:13:03-07:00",
    "show": 64896,
    "show_uri": "https://api.kexp.org/v2/shows/64896/?format=api",
    "image_uri": "https://ia800605.us.archive.org/30/items/mbid-6ba69526-3526-31b0-9337-bc328ad1b679/mbid-6ba69526-3526-31b0-9337-bc328ad1b679-10309070536_thumb500.jpg",
    "thumbnail_uri": "https://ia800605.us.archive.org/30/items/mbid-6ba69526-3526-31b0-9337-bc328ad1b679/mbid-6ba69526-3526-31b0-9337-bc328ad1b679-10309070536_thumb250.jpg",
    "song": "Straight to Hell",
    "track_id": "71d4f56f-f13c-374c-bb34-5f076750dde9",
    "recording_id": "664ce2e3-a442-4927-8e9b-6f008d760d99",
    "artist": "The Clash",
    "artist_ids": [
        "8f92558c-2baa-4758-8c38-615519e9deda"
    ],
    "album": "Combat Rock",
    "release_id": "6ba69526-3526-31b0-9337-bc328ad1b679",
    "release_group_id": "b1907b62-6aaf-3ea4-9895-b71234a0e5c1",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shout Out Chuck!\n---\nM.I.A. famously sampled The Clash for her song \"Paper Planes.\"\n\n“Straight to Hell” comes off of The Clash’s fifth studio album, and one of Kurt Cobain’s favorites: Combat Rock.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}