Information about plays

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

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

{
    "id": 3622150,
    "uri": "https://api.kexp.org/v2/plays/3622150/?format=api",
    "airdate": "2026-02-25T15:55:11-08:00",
    "show": 66028,
    "show_uri": "https://api.kexp.org/v2/shows/66028/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Alone Again Or",
    "track_id": "cfd0e3c3-e3fa-4af3-825b-670ffd43a4d4",
    "recording_id": "086fef90-7e9a-42d5-b3cb-47b529cafdbe",
    "artist": "Love",
    "artist_ids": [
        "34ec9a8d-c65b-48fd-bcdd-aad2f72fdb47"
    ],
    "album": "Forever Changes",
    "release_id": "8ef90558-b590-4ae2-be9f-740528fd1fd1",
    "release_group_id": "c7035bc6-6101-326f-992c-401d451c1716",
    "labels": [
        "Rhino",
        "Elektra"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4",
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hey Larry. Sitting out in the cafe and would love to hear \"Alone Again Or\" by Love.\nIt always takes me back to the first time I saw Wes Anderson's first movie Bottle Rocket. It's got hope and soul. Both much needed right now! Cheers, Jock\n--\nLove guitarist Bryan MacLean wrote this as a tribute to his mother, who was a flamenco dancer.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}