Information about plays

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

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

{
    "id": 3619894,
    "uri": "https://api.kexp.org/v2/plays/3619894/?format=api",
    "airdate": "2026-02-20T11:08:16-08:00",
    "show": 65982,
    "show_uri": "https://api.kexp.org/v2/shows/65982/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lake of Fire",
    "track_id": "e8136fda-9027-34b4-b3ca-f1aae2ed1c2d",
    "recording_id": "ce0b1b14-7d53-4a06-ae05-a4a34903e73d",
    "artist": "Nirvana",
    "artist_ids": [
        "5b11f4ce-a62d-471e-81fc-a69a8278c7da"
    ],
    "album": "MTV Unplugged in New York",
    "release_id": "34749ba4-c4c7-3354-9619-1b0f88d8222b",
    "release_group_id": "fb3770f6-83fb-32b7-85c4-1f522a92287e",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Originally written by the Meat Puppets, Nirvana performed this track for their MTV Unplugged appearance in 1993, where they were joined by the Kirkwood brothers.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}