Information about plays

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

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

{
    "id": 3570015,
    "uri": "https://api.kexp.org/v2/plays/3570015/?format=api",
    "airdate": "2025-10-25T23:40:28-07:00",
    "show": 64935,
    "show_uri": "https://api.kexp.org/v2/shows/64935/?format=api",
    "image_uri": "https://coverartarchive.org/release/17bc9083-7190-4e17-be03-737650e2b57b/37289109286-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/17bc9083-7190-4e17-be03-737650e2b57b/37289109286-250.jpg",
    "song": "Frankenstein Twist",
    "track_id": null,
    "recording_id": "bcf8df86-36de-46cb-991d-8fdb83501374",
    "artist": "Lost Sounds",
    "artist_ids": [
        "6f5a8a70-7b4c-456b-8efe-fe9d983d4773"
    ],
    "album": "Lost Lost: Demos, Sounds, Alternate Takes & Unused Songs 1999-2004",
    "release_id": null,
    "release_group_id": "f4011dd5-4798-4659-9e5c-3762c3b287ec",
    "labels": [
        "Goner Records"
    ],
    "label_ids": [
        "5f34cb71-a278-447e-be19-1d068d3e74ca"
    ],
    "release_date": "2012-07-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Alicia J of River City Tanlines and Jay Reatard\n\nhttps://lost-sounds.bandcamp.com/album/s-t\nhttps://www.facebook.com/lostsounds666/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}