Information about plays

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

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

{
    "id": 3581174,
    "uri": "https://api.kexp.org/v2/plays/3581174/?format=api",
    "airdate": "2025-11-21T20:19:26-08:00",
    "show": 65172,
    "show_uri": "https://api.kexp.org/v2/shows/65172/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It Wasn’t Me",
    "track_id": null,
    "recording_id": "95361f82-51de-4b19-ae2e-fe87611d9191",
    "artist": "Shaggy",
    "artist_ids": [
        "fc63d806-ca89-4ea3-a404-ee6de695743f"
    ],
    "album": "Chillin’ Out (Summer 2001)",
    "release_id": null,
    "release_group_id": "fefda23e-0103-4344-902f-242e4c1b9c6b",
    "labels": [],
    "label_ids": [],
    "release_date": "2001-07-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From listener Alex:\n\n\"In the garden this morning with my wife Allyson, whose mom passed way in 2020 after a long battle with multiple myeloma. One of my mother in law's favorite songs was \"\"It Wasn't Me\"\" by Shaggy. Love you Florie!\n\n\\",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}