Information about plays

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

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

{
    "id": 3598003,
    "uri": "https://api.kexp.org/v2/plays/3598003/?format=api",
    "airdate": "2025-12-30T12:47:49-08:00",
    "show": 65515,
    "show_uri": "https://api.kexp.org/v2/shows/65515/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love in a Trashcan",
    "track_id": "ee5c1bfe-0bfb-3496-84ae-9639380a47f1",
    "recording_id": "506161aa-66d2-4990-b014-e6e04ea145e3",
    "artist": "The Raveonettes",
    "artist_ids": [
        "79255a50-40df-447f-9612-2cf669080196"
    ],
    "album": "Pretty in Black",
    "release_id": "4d74c4cc-7adb-4666-b431-7ec96799ad6d",
    "release_group_id": "0c6571a1-1376-3a70-9533-a9fe531b2ee1",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2005-05-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Danish duo whose stripped-down, atmospheric brand of garage rock takes influence from the Velvet Underground.\n\nhttps://theraveonettes.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}