Information about plays

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

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

{
    "id": 3590092,
    "uri": "https://api.kexp.org/v2/plays/3590092/?format=api",
    "airdate": "2025-12-12T09:13:44-08:00",
    "show": 65354,
    "show_uri": "https://api.kexp.org/v2/shows/65354/?format=api",
    "image_uri": "https://ia804501.us.archive.org/14/items/mbid-ff7a3f53-1caf-4218-b984-d10bce4083b8/mbid-ff7a3f53-1caf-4218-b984-d10bce4083b8-43563401786_thumb500.jpg",
    "thumbnail_uri": "https://ia804501.us.archive.org/14/items/mbid-ff7a3f53-1caf-4218-b984-d10bce4083b8/mbid-ff7a3f53-1caf-4218-b984-d10bce4083b8-43563401786_thumb250.jpg",
    "song": "Just Can’t Get Enough",
    "track_id": "9a2040bf-89b5-4133-a4a8-3be718f43a1e",
    "recording_id": "ae0e10e1-85af-47b2-b910-7db389f8a579",
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "Memento Mori: Mexico City",
    "release_id": "ff7a3f53-1caf-4218-b984-d10bce4083b8",
    "release_group_id": "aef42beb-0610-4d14-bd07-37f4a176be77",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2025-12-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See a live performance of this song in Spain during 2024's Memento Mori Tour: https://www.youtube.com/watch?v=Z8di0QbFs3k",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}