Information about plays

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

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

{
    "id": 3587209,
    "uri": "https://api.kexp.org/v2/plays/3587209/?format=api",
    "airdate": "2025-12-05T16:26:57-08:00",
    "show": 65296,
    "show_uri": "https://api.kexp.org/v2/shows/65296/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Space Age Love Song",
    "track_id": "a2f58358-2e7c-419e-87a5-ad7dab7a5b6d",
    "recording_id": "0f15d534-0ab0-4a37-9100-e43ea6add8a7",
    "artist": "A Flock of Seagulls",
    "artist_ids": [
        "aaa436da-b331-4e58-a0fd-3d64d090c120"
    ],
    "album": "A Flock of Seagulls",
    "release_id": "11d8a992-107b-4933-b13c-1b8e685e9730",
    "release_group_id": "a9b43e9d-f452-35cb-a6da-de85ebe285ae",
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was the second single from A Flock of Seagulls' debut album - the band's guitarist, Paul Reynolds, joined the band at age 17, and used an old English penny as a guitar pick - inspired by Queen's Brian May",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}