Information about plays

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

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

{
    "id": 3623221,
    "uri": "https://api.kexp.org/v2/plays/3623221/?format=api",
    "airdate": "2026-02-27T23:30:49-08:00",
    "show": 66047,
    "show_uri": "https://api.kexp.org/v2/shows/66047/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Savage",
    "track_id": null,
    "recording_id": "6dfc7324-39dc-4ad0-9b28-7c69a167dce5",
    "artist": "Megan Thee Stallion",
    "artist_ids": [
        "ee27b2d8-648c-4a9d-a68c-e55066959975"
    ],
    "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": "This Houston hottie's breakout anthem dropped in March 2020 from her EP \"Suga.\" Produced by J. White Did It, \"Savage\" became a cultural phenomenon during the pandemic, spawning a massive TikTok dance challenge and a remix featuring Beyoncé",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}