Information about plays

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

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

{
    "id": 3546460,
    "uri": "https://api.kexp.org/v2/plays/3546460/?format=api",
    "airdate": "2025-08-29T21:41:58-07:00",
    "show": 64421,
    "show_uri": "https://api.kexp.org/v2/shows/64421/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Question For The Gods",
    "track_id": null,
    "recording_id": null,
    "artist": "M3NSA",
    "artist_ids": [
        "9eec60a8-12f4-412b-ba6e-2e9821f7c430"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "M3NSA, the stage name of Mensa Ansah, is a Ghanaian-British rapper, singer, producer, songwriter, and filmmaker. Known for his unique blend of genres and eccentric beats, he's a founding member of the hip-hop groups FOKN Bois and RedRed. His 2021 album Bondzie, named after his first name which means \"speak up\", reflects his personal growth and showcases his evolution as an artist.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}