Information about plays

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

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

{
    "id": 3544478,
    "uri": "https://api.kexp.org/v2/plays/3544478/?format=api",
    "airdate": "2025-08-25T03:22:04-07:00",
    "show": 64382,
    "show_uri": "https://api.kexp.org/v2/shows/64382/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gatjumak (Walrii x RU! remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Andrew Gurruwiwi Band",
    "artist_ids": [
        "6933ec7a-743c-4fe9-a22e-469aaf33dc0d"
    ],
    "album": "Gatjumak",
    "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": "Yolngu\t\n\nAndrew Gurruwiwi Band are a high-energy, 8-piece funk band who have honed their chops on the beach at Birrtjimi and in the dirt of Yirrkala, the Andrew Gurruwiwi Band write real funk jams in their native tongue, Yolngu Matha",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}