Information about plays

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

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

{
    "id": 3610647,
    "uri": "https://api.kexp.org/v2/plays/3610647/?format=api",
    "airdate": "2026-01-29T14:12:54-08:00",
    "show": 65786,
    "show_uri": "https://api.kexp.org/v2/shows/65786/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Painting",
    "track_id": "8b654976-9f54-499c-a300-71ed0fe596fe",
    "recording_id": "c1b63963-d1d6-455b-bce0-9e07efa3910d",
    "artist": "Atmosphere",
    "artist_ids": [
        "ef954679-5ee7-4016-acef-7ac71f2fa3d8"
    ],
    "album": "When Life Gives You Lemons, You Paint That Shit Gold",
    "release_id": "04b0349e-3791-4330-95c2-4fc2ed9b9b54",
    "release_group_id": "ff5dbd8a-e46c-3e51-b59c-e91aac5acbe4",
    "labels": [
        "Rhymesayers Entertainment"
    ],
    "label_ids": [
        "d8d53751-d146-41dc-a95b-58332e41e03f"
    ],
    "release_date": "2008-04-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Atmosphere sampled the hook from the previous song, Pink Floyd's \"Atom Heart Mother.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}