Information about plays

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

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

{
    "id": 3556492,
    "uri": "https://api.kexp.org/v2/plays/3556492/?format=api",
    "airdate": "2025-09-22T23:05:55-07:00",
    "show": 64637,
    "show_uri": "https://api.kexp.org/v2/shows/64637/?format=api",
    "image_uri": "https://coverartarchive.org/release/8f0435df-a00f-4a26-b358-fbae7c4edfe0/25905706167-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8f0435df-a00f-4a26-b358-fbae7c4edfe0/25905706167-250.jpg",
    "song": "Bay of Pigs",
    "track_id": null,
    "recording_id": "1599fc66-afb2-4a24-aff2-b2d231ea3a72",
    "artist": "Destroyer",
    "artist_ids": [
        "61604b45-8a91-4e33-a1b6-45d7b1fec4e5"
    ],
    "album": "Bay of Pigs",
    "release_id": null,
    "release_group_id": "5c3eb99f-db3b-4954-a13e-34ea6374dfd4",
    "labels": [
        "Merge"
    ],
    "label_ids": [],
    "release_date": "2009-08-18",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "One of my most prized 12\" EPs!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}