Information about plays

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

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

{
    "id": 3585753,
    "uri": "https://api.kexp.org/v2/plays/3585753/?format=api",
    "airdate": "2025-12-02T07:27:42-08:00",
    "show": 65269,
    "show_uri": "https://api.kexp.org/v2/shows/65269/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Winter’s Empty Pages",
    "track_id": "d546a000-ce81-4847-af2d-8f4a14fdffd5",
    "recording_id": "de8ec2bd-78d5-49d5-afb3-f8263c9222db",
    "artist": "Jesse Sykes & The Sweet Hereafter",
    "artist_ids": [
        "254b5419-1819-49c9-abcf-6e9b8210ebf4"
    ],
    "album": "Forever, I’ve Been Being Born",
    "release_id": "0796bd96-0e2f-47c3-8cc0-bdb7ecf69206",
    "release_group_id": "38a03ae6-266b-4404-8f10-f4383b20d923",
    "labels": [
        "Southern Lord"
    ],
    "label_ids": [
        "3b78c7e5-6292-4f6b-b921-bdcbe681ea27"
    ],
    "release_date": "2025-11-28",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Forever, I've Been Being Born is Jesse Sykes & The Sweet Hereafter's first album since 2011's Marble Son.\n\nHere's their full live performance in the KEXP studio from that year: https://www.youtube.com/watch?v=j_98AKvhdOA\n\nhttps://jessesykesandthesweethereafter.bandcamp.com\n\nhttps://jessesykes.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}