Information about plays

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

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

{
    "id": 3587329,
    "uri": "https://api.kexp.org/v2/plays/3587329/?format=api",
    "airdate": "2025-12-05T23:10:06-08:00",
    "show": 65298,
    "show_uri": "https://api.kexp.org/v2/shows/65298/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Are You That Somebody (Boy I Need You Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Aaliyah ft. Timberland, Mariah Carey",
    "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": "RIP to the Princess of R&B! This remix flips Aaliyah's 1998 classic \"Are You That Somebody\" from the Dr. Dolittle soundtrack and blends it with Mariah's \"Boy I Need You\". Timbaland's production was ahead of its time with those iconic baby coos and stuttering beats. Aaliyah's legacy lives forever through timeless tracks like this",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}