Information about plays

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

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

{
    "id": 3546456,
    "uri": "https://api.kexp.org/v2/plays/3546456/?format=api",
    "airdate": "2025-08-29T21:23:34-07:00",
    "show": 64421,
    "show_uri": "https://api.kexp.org/v2/shows/64421/?format=api",
    "image_uri": "https://coverartarchive.org/release/823a0cb3-cbb9-40ac-8fe6-98ea793049d4/27903300856-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/823a0cb3-cbb9-40ac-8fe6-98ea793049d4/27903300856-250.jpg",
    "song": "Ngqangqa",
    "track_id": null,
    "recording_id": "9cfa46ec-c86b-49b5-b1d1-c4f8c933942f",
    "artist": "Kanyi Mavi",
    "artist_ids": [
        "ebfeebe6-2e24-44c6-93cf-02a631c2797a"
    ],
    "album": "IGUBU LAM",
    "release_id": null,
    "release_group_id": "0d9c8fe7-3ddb-4753-97d8-10d11e0a015c",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-11-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kanyi Mavi is a force to be reckoned with in the South African hip-hop scene. Her music is a reflection of the struggles and triumphs of the black experience ...",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}