Information about plays

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

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

{
    "id": 3597655,
    "uri": "https://api.kexp.org/v2/plays/3597655/?format=api",
    "airdate": "2025-12-29T15:57:08-08:00",
    "show": 65508,
    "show_uri": "https://api.kexp.org/v2/shows/65508/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Hear Music in the Streets (Boogie Mix 7\" Edit)",
    "track_id": null,
    "recording_id": null,
    "artist": "Louie Vega feat. Unlimited Touch",
    "artist_ids": [
        "f275d9a5-3271-436b-8c32-806ec275e23c",
        "8849456e-97d8-4105-8ff4-3309d868786d"
    ],
    "album": "Expansions In The NYC",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2022-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.discogs.com/master/2613929-Louie-Vega-Expansions-In-The-NYC?srsltid=AfmBOorR87sWQTzrSXRJCu1AAktWysl6eeyzR3tfhOmeRZlhKp4yLTFr",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}