Information about plays

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

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

{
    "id": 3598689,
    "uri": "https://api.kexp.org/v2/plays/3598689/?format=api",
    "airdate": "2026-01-01T04:45:17-08:00",
    "show": 65529,
    "show_uri": "https://api.kexp.org/v2/shows/65529/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Red",
    "track_id": null,
    "recording_id": "47eef3f3-b6bc-452c-b8aa-4786bdc800c5",
    "artist": "Jaylib",
    "artist_ids": [
        "b37baf72-c053-4d85-82e5-3705fb5893e4"
    ],
    "album": "Champion Sound",
    "release_id": null,
    "release_group_id": "488d66e8-7951-3316-9509-bcc6dc26fbda",
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2003-10-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Champion Sound is a collaborative album consisting of producers J Dilla and Madlib\n\nHear that vocal from Cris Williamson being sampled here?  They also sampled \"90% of Me Is You\" by Gwen McCrae (1974), \"Buffalo Gals\" by Malcolm McLaren (1982), and  \"You're Getting a Little Too Smart\"\nby Detroit Emeralds (1973).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}