Information about plays

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

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

{
    "id": 3587341,
    "uri": "https://api.kexp.org/v2/plays/3587341/?format=api",
    "airdate": "2025-12-05T23:44:22-08:00",
    "show": 65298,
    "show_uri": "https://api.kexp.org/v2/shows/65298/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sure Thing",
    "track_id": null,
    "recording_id": "4518ea39-5542-413a-8bd6-fea05607344c",
    "artist": "Miguel",
    "artist_ids": [
        "285e1285-aecc-478f-a8da-0c8cf69e1217"
    ],
    "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": "ft. Styles P  dj blend remix.\nMiguel's 2010 smooth R&B classic gets the remix treatment with Styles P adding that Yonkers grit! The original off All I Want Is You became a sleeper hit that's still in rotation for weddings and late-night vibes. Miguel's vocals are timeless, and P's verse adds a whole new dimension.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}