Information about plays

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

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

{
    "id": 3589892,
    "uri": "https://api.kexp.org/v2/plays/3589892/?format=api",
    "airdate": "2025-12-11T21:29:27-08:00",
    "show": 65350,
    "show_uri": "https://api.kexp.org/v2/shows/65350/?format=api",
    "image_uri": "https://coverartarchive.org/release/f3be639d-3880-41e5-92f9-79ee9118cde5/20962794999-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f3be639d-3880-41e5-92f9-79ee9118cde5/20962794999-250.jpg",
    "song": "Stranger In Moscow (Michael Jackson's Vision)",
    "track_id": null,
    "recording_id": "39d95445-d7c1-4674-a5ae-87a712187352",
    "artist": "Michael Jackson",
    "artist_ids": [
        "f27ec8db-af05-4f36-916e-3d57f91ecf5e"
    ],
    "album": "Michael Jackson's Vision",
    "release_id": null,
    "release_group_id": "6f8cf732-5f29-4d3d-801f-8c2b659579fe",
    "labels": [],
    "label_ids": [],
    "release_date": "2010-11-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Can you hear the influence from the Sonic the Hedgehog 3 ending credit theme?\n\nHow about now?\nhttps://www.youtube.com/watch?v=G8bNZboAPfc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}