Information about plays

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

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

{
    "id": 3546043,
    "uri": "https://api.kexp.org/v2/plays/3546043/?format=api",
    "airdate": "2025-08-28T22:30:50-07:00",
    "show": 64414,
    "show_uri": "https://api.kexp.org/v2/shows/64414/?format=api",
    "image_uri": "https://coverartarchive.org/release/5ff35f71-8b9a-4910-b729-36432c6b96fd/28309873181-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5ff35f71-8b9a-4910-b729-36432c6b96fd/28309873181-250.jpg",
    "song": "Goonda Gold",
    "track_id": null,
    "recording_id": "7eeee9cf-9be4-47c5-a23c-d6a53b2cbc38",
    "artist": "Cartel Madras",
    "artist_ids": [
        "f29951c8-12f8-4b8d-acf3-abf0591652af"
    ],
    "album": "Age of the Goonda",
    "release_id": null,
    "release_group_id": "5ff88e33-87d0-4c1f-af2c-babff1c7e1da",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cartel Madras is a Canadian hip hop duo from Calgary, Alberta, consisting of sisters Priya \"Contra\" Ramesh and Bhagya \"Eboshi\" Ramesh. The duo released their debut mixtape, Project Goonda Part 1: Trapistan, in 2018.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}