Information about plays

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

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

{
    "id": 3619324,
    "uri": "https://api.kexp.org/v2/plays/3619324/?format=api",
    "airdate": "2026-02-19T01:32:05-08:00",
    "show": 65971,
    "show_uri": "https://api.kexp.org/v2/shows/65971/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "E.B.I.D.T.A.",
    "track_id": null,
    "recording_id": null,
    "artist": "Clipse",
    "artist_ids": [
        "e6424fa5-08d3-41c6-96f3-8549f733708c"
    ],
    "album": "Let God Sort Em Out",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Scathing disses, star guests, inspired Pharrell beats and great lines from chilling to laugh-out-loud: the duo’s first album since 2009 is so much more than the drama around it\", writes the Guardian's Alexis Petridis who had this as his pick of the week. Video: https://www.youtube.com/watch?v=nWo-lFR6R5E",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}