Information about plays

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

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

{
    "id": 3566488,
    "uri": "https://api.kexp.org/v2/plays/3566488/?format=api",
    "airdate": "2025-10-17T20:42:57-07:00",
    "show": 64860,
    "show_uri": "https://api.kexp.org/v2/shows/64860/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pressure",
    "track_id": null,
    "recording_id": null,
    "artist": "Seyi Vibez",
    "artist_ids": [
        "98db0c4a-4c14-4a48-bf7d-5705b55ffa49"
    ],
    "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": "Balogun Afolabi Oluwaloseyi known professionally as Seyi Vibez, is a Nigerian singer and songwriter. He is known for his breakthrough single \"Chance\" from his second studio album Billion Dollar Baby which debuted at No. 19 on the UK Afrobeats singles chart and peaked number 7 on the TurnTable Top 100 chart.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}