Information about plays

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

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

{
    "id": 3581219,
    "uri": "https://api.kexp.org/v2/plays/3581219/?format=api",
    "airdate": "2025-11-21T22:55:26-08:00",
    "show": 65173,
    "show_uri": "https://api.kexp.org/v2/shows/65173/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "wgft",
    "track_id": null,
    "recording_id": null,
    "artist": "Gunna ft. Burna Boy",
    "artist_ids": [],
    "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": "Gunna connects with Burna Boy on ‘wgft,’ released on 08 Aug 2025 featured on Gunna's Album: The Last Wun. Gunna has remained active through 2025, releasing new music and performing festival dates, while Burna Boy continues his worldwide touring streak following the success of Love, Damini",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}