Information about plays

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

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

{
    "id": 3598249,
    "uri": "https://api.kexp.org/v2/plays/3598249/?format=api",
    "airdate": "2025-12-31T01:55:57-08:00",
    "show": 65521,
    "show_uri": "https://api.kexp.org/v2/shows/65521/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Need You (Dimitri From Paris Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Sylvester",
    "artist_ids": [
        "4d3b710b-a5f0-4772-97db-f09e47fbc6d8"
    ],
    "album": "I Need You",
    "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": "Side A is \"I Need You (Dim's Maxi Disco Blend)\" - Remixed by Dimitri From Paris and taken from the 1st promo vinyl 12\" edition of the \"Soul Source Remixed Boogies\" project, officially released in Japan in 2004. This particular version was later also released on the Dimitri From Paris \"In The House Of Love\" DJ mix/compilation on ITH/Defected in 2006. https://www.discogs.com/release/301617-Sylvester-I-Need-You-Over-And-Over?srsltid=AfmBOor6wmxBRo-hrUiGznQl9b4iSbaOqs4z0lNjKA6ww7Ze24idUUlp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}