Information about plays

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

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

{
    "id": 3542151,
    "uri": "https://api.kexp.org/v2/plays/3542151/?format=api",
    "airdate": "2025-08-19T17:50:45-07:00",
    "show": 64333,
    "show_uri": "https://api.kexp.org/v2/shows/64333/?format=api",
    "image_uri": "https://ia800308.us.archive.org/7/items/mbid-c73f73e9-8842-4dde-b171-2196b3968321/mbid-c73f73e9-8842-4dde-b171-2196b3968321-22860187487_thumb500.jpg",
    "thumbnail_uri": "https://ia800308.us.archive.org/7/items/mbid-c73f73e9-8842-4dde-b171-2196b3968321/mbid-c73f73e9-8842-4dde-b171-2196b3968321-22860187487_thumb250.jpg",
    "song": "The Bird",
    "track_id": "bbdf6dde-3b3e-4c66-aac9-940f0a2b31e1",
    "recording_id": "a78e9a26-322a-4b58-9812-104da7384e42",
    "artist": "Anderson .Paak",
    "artist_ids": [
        "d02dd67e-f655-4600-bc47-f789f59e7367"
    ],
    "album": "Malibu",
    "release_id": "c73f73e9-8842-4dde-b171-2196b3968321",
    "release_group_id": "4be291f2-4faf-4fe5-b60f-4515e08ada99",
    "labels": [
        "Steel Wool Records"
    ],
    "label_ids": [
        "f6b674ac-8c4f-4d83-b6a7-32a6b97e52a3"
    ],
    "release_date": "2016-01-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Described as the beginning of his potential commercial breakthrough, 2016's 'Malibu' is the second studio album by LA singer Anderson .Paak. \n\nAnderson .Paak is on tour:\n+ 9/10/25 at McMenamin's Crystal Ballroom in Portland\n+ 9/11/25 at The Showbox in Seattle\n\nhttps://andersonpaak.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}