Information about plays

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

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

{
    "id": 3500255,
    "uri": "https://api.kexp.org/v2/plays/3500255/?format=api",
    "airdate": "2025-05-12T03:09:13-07:00",
    "show": 63439,
    "show_uri": "https://api.kexp.org/v2/shows/63439/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Te Wahine",
    "track_id": null,
    "recording_id": null,
    "artist": "Tawaz, Emily Wurramara",
    "artist_ids": [],
    "album": "Te Wahine",
    "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": "Māori, Aboriginal\n--\nTAWAZ is a Māori singer-songwriter in collaboration with Emily Wurramara, an Indigenous Australian singer and songwriter. At the 2024 ARIA Music Awards, she won the ARIA Award for Best Adult Contemporary Album, making her the first Indigenous woman to ever win in this category.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}