Information about plays

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

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

{
    "id": 3577039,
    "uri": "https://api.kexp.org/v2/plays/3577039/?format=api",
    "airdate": "2025-11-12T01:43:55-08:00",
    "show": 65086,
    "show_uri": "https://api.kexp.org/v2/shows/65086/?format=api",
    "image_uri": "https://ia601903.us.archive.org/30/items/mbid-2887c4b5-18ef-4720-a2c9-adf21392da9c/mbid-2887c4b5-18ef-4720-a2c9-adf21392da9c-4358130003_thumb500.jpg",
    "thumbnail_uri": "https://ia601903.us.archive.org/30/items/mbid-2887c4b5-18ef-4720-a2c9-adf21392da9c/mbid-2887c4b5-18ef-4720-a2c9-adf21392da9c-4358130003_thumb250.jpg",
    "song": "O Katrina!",
    "track_id": "e568df94-758b-3de5-b44d-25cb6c1e477c",
    "recording_id": "be03d7b6-a4b5-4ea6-92a7-9c045085785d",
    "artist": "Black Lips",
    "artist_ids": [
        "e940d7a3-01d0-468c-86ea-5dc4d89dcf80"
    ],
    "album": "Good Bad Not Evil",
    "release_id": "2887c4b5-18ef-4720-a2c9-adf21392da9c",
    "release_group_id": "ba959752-d539-3dbc-97ef-b6041a28f765",
    "labels": [
        "VICE Records"
    ],
    "label_ids": [
        "4e909fce-55f3-422c-94f1-7d294b60e776"
    ],
    "release_date": "2007-09-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The fourth studio album from Atlanta punks Black Lips. This track written in the aftermath of Hurricane Katrina.\n\nhttps://blacklips.bandcamp.com/album/good-bad-not-evil-deluxe-edition",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}