Information about plays

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

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

{
    "id": 3558561,
    "uri": "https://api.kexp.org/v2/plays/3558561/?format=api",
    "airdate": "2025-09-27T22:05:45-07:00",
    "show": 64686,
    "show_uri": "https://api.kexp.org/v2/shows/64686/?format=api",
    "image_uri": "https://coverartarchive.org/release/ec6da306-5eca-43ff-801c-2fe794555dcd/14563355066-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ec6da306-5eca-43ff-801c-2fe794555dcd/14563355066-250.jpg",
    "song": "Circles",
    "track_id": null,
    "recording_id": "38b5253e-ddcc-4444-8f06-89c1dfa4f120",
    "artist": "Dag Nasty",
    "artist_ids": [
        "4709dd69-1034-4634-9e88-d1099453b192"
    ],
    "album": "Can I Say",
    "release_id": null,
    "release_group_id": "0f055ef0-a8a5-3fb3-ae3c-8d0934276eac",
    "labels": [
        "Dischord Records"
    ],
    "label_ids": [
        "2954d038-b2af-495a-b3b7-ab8028c672c4"
    ],
    "release_date": "1986-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brian Baker, formerly of Minor Threat, formed Dag Nasty with Colin Sears, Roger Marbury and Shawn Brown in 1985. \n\n\nhttps://dagnasty.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}