Information about plays

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

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

{
    "id": 3521095,
    "uri": "https://api.kexp.org/v2/plays/3521095/?format=api",
    "airdate": "2025-07-01T06:36:18-07:00",
    "show": 63889,
    "show_uri": "https://api.kexp.org/v2/shows/63889/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Tide Is High",
    "track_id": "0a96d557-f524-3822-b218-b97bda76b3bf",
    "recording_id": "761cbdbf-a2e4-4231-bd61-f3f8b8b30d7d",
    "artist": "The Paragons",
    "artist_ids": [
        "be976b44-a297-425c-be6a-a648418b3161"
    ],
    "album": "Roots of Reggae, Volume 2: Rock Steady",
    "release_id": "5b0799c6-be01-4964-9d23-ec61d4182b92",
    "release_group_id": "065fda82-3841-3343-8a82-86ccef427b26",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy International Reggae Day!\n\nYou may have heard the Blondie cover of \"the Tide Is High.\" The 1967 song was written by John Holt, who sang tenor in the rocksteady vocal trio The Paragons. -- \"The star of the original recording, though, is one \"White Rum\" Raymond. It's Raymond playing the violin that weaves its way through the song, lending it both melancholy and – simultaneously – the faint fairground air that stops it being self-pitying.\" \n\nRead a tribute to this great song: https://www.theguardian.com/music/2011/oct/18/old-music-paragons-tide-high",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}