Information about plays

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

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

{
    "id": 3564611,
    "uri": "https://api.kexp.org/v2/plays/3564611/?format=api",
    "airdate": "2025-10-13T15:51:34-07:00",
    "show": 64826,
    "show_uri": "https://api.kexp.org/v2/shows/64826/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "LET YA HAIR DOWN",
    "track_id": null,
    "recording_id": "b27b1b20-b43c-4f9c-a0c2-8b1edbf85b98",
    "artist": "Snotty Nose Rez Kids feat. Drezus",
    "artist_ids": [
        "595e4d8a-22e9-44fc-b2a7-dd6f898dec9d",
        "cca7b631-0d86-4fe5-b4b9-69f69877bb78"
    ],
    "album": "RED FUTURE",
    "release_id": null,
    "release_group_id": "b2fc6ac6-e684-44c7-b130-9e6207546937",
    "labels": [
        "Sony Music Canada"
    ],
    "label_ids": [
        "c950e76f-9fc2-4a32-97f6-806e0ca54094"
    ],
    "release_date": "2024-09-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Snotty Nose Rez Kids are a First Nations hip hop duo composed of Haisla rappers Darren \"Young D\" Metz and Quinton \"Yung Trybez\" Nyce. They are originally from Kitamaat Village, British Columbia.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}