Information about plays

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

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

{
    "id": 3564224,
    "uri": "https://api.kexp.org/v2/plays/3564224/?format=api",
    "airdate": "2025-10-12T13:44:52-07:00",
    "show": 64816,
    "show_uri": "https://api.kexp.org/v2/shows/64816/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Little Things",
    "track_id": null,
    "recording_id": "93a5ed95-9857-4d68-a41e-11b574fee8bb",
    "artist": "Ziggy Ramo feat.Paul Kelly",
    "artist_ids": [
        "786de244-4fe5-4ffa-b112-7632c3d41e5e",
        "2353e48c-3b80-4ac1-be24-88f9b99c84c8"
    ],
    "album": "Little Things",
    "release_id": null,
    "release_group_id": "d2b9b6af-ccb3-47ad-b344-29cd9ad1baf7",
    "labels": [],
    "label_ids": [],
    "release_date": "2021-05-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Covering Paul Kelly.\n\nZiggy Ramo is a Solomon Islander and Indigenous Australian hip hop artist.\n\nhttps://www.instagram.com/ziggyramo/?hl=en",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}