Information about plays

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

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

{
    "id": 3585862,
    "uri": "https://api.kexp.org/v2/plays/3585862/?format=api",
    "airdate": "2025-12-02T13:46:10-08:00",
    "show": 65271,
    "show_uri": "https://api.kexp.org/v2/shows/65271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "lights",
    "track_id": "479932f7-c1d0-435d-842e-401ac8f92433",
    "recording_id": "2501f1ba-4550-480e-a0bc-6425d30c28e3",
    "artist": "Monte Booker, Smino",
    "artist_ids": [
        "3a8d955f-fe39-4092-97e7-29f9ada69490",
        "96800e05-9924-4321-859a-76e0d4750f2f"
    ],
    "album": "noise ( meaning )",
    "release_id": "e79d7269-37ac-4857-93a6-902996572835",
    "release_group_id": "be27d691-0494-4f29-97b7-315b2ff8d78b",
    "labels": [
        "EQT Recordings, LLC"
    ],
    "label_ids": [
        "2e43da36-3191-4fe1-8d45-e05c2a0d3563"
    ],
    "release_date": "2025-10-24",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the official music video for \"lights\" here, enjoy:\nhttps://www.youtube.com/watch?v=piRArPAtvWM&list=RDpiRArPAtvWM&start_radio=1\n---\nhttps://montebooker.lnk.to/noise",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}