Information about plays

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

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

{
    "id": 3522924,
    "uri": "https://api.kexp.org/v2/plays/3522924/?format=api",
    "airdate": "2025-07-05T10:21:46-07:00",
    "show": 63927,
    "show_uri": "https://api.kexp.org/v2/shows/63927/?format=api",
    "image_uri": "https://coverartarchive.org/release/cbd11394-cd2f-4d5b-b299-6e605cf635a3/11807634920-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cbd11394-cd2f-4d5b-b299-6e605cf635a3/11807634920-250.jpg",
    "song": "Soul Rebel",
    "track_id": null,
    "recording_id": "0387d5a3-a38d-4ecc-ad7f-48440f408e20",
    "artist": "The Gladiators",
    "artist_ids": [
        "563f1d7a-a566-4645-8d28-4696020347fb"
    ],
    "album": "Dreadlocks, the Time Is Now",
    "release_id": null,
    "release_group_id": "b0ce6560-46e8-42f8-9fe1-bb0b11fc9da1",
    "labels": [],
    "label_ids": [],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Gladiators are a Jamaican roots reggae band, most popular during the 1970s. The core was Albert Griffiths, Clinton Fearon and Gallimore Sutherland. Their two most famous albums are Trenchtown Mix Up and Proverbial Reggae with songs such as \"Hearsay\", \"Jah Works\", \"Dreadlocks the Time is Now\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}