Information about plays

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

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

{
    "id": 3623233,
    "uri": "https://api.kexp.org/v2/plays/3623233/?format=api",
    "airdate": "2026-02-28T00:19:32-08:00",
    "show": 66047,
    "show_uri": "https://api.kexp.org/v2/shows/66047/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "girls want girls remix rock the boat",
    "track_id": null,
    "recording_id": null,
    "artist": "drake ft. aaliyah",
    "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": "This remix blends Drake's contemporary R&B-rap style with a sample of Aaliyah’s “Rock the Boat”. The track reimagines the 2000s R&B classic while maintaining Drake’s melodic flow, highlighting cross-generational influences in modern hip-hop and R&B.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}