Information about plays

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

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

{
    "id": 3428607,
    "uri": "https://api.kexp.org/v2/plays/3428607/?format=api",
    "airdate": "2024-11-22T09:44:56-08:00",
    "show": 61914,
    "show_uri": "https://api.kexp.org/v2/shows/61914/?format=api",
    "image_uri": "https://ia802904.us.archive.org/15/items/mbid-1c8480f6-dd38-4786-b748-ce74b4d3a07c/mbid-1c8480f6-dd38-4786-b748-ce74b4d3a07c-25918503611_thumb500.jpg",
    "thumbnail_uri": "https://ia902904.us.archive.org/15/items/mbid-1c8480f6-dd38-4786-b748-ce74b4d3a07c/mbid-1c8480f6-dd38-4786-b748-ce74b4d3a07c-25918503611_thumb250.jpg",
    "song": "Good Weekend",
    "track_id": "b8aa701c-b881-3afc-9308-de799321fd84",
    "recording_id": "b6ce3033-560b-47a1-ba74-87b5ee3af2d7",
    "artist": "Art Brut",
    "artist_ids": [
        "1c89bbcc-a253-452a-9181-546eb536e06f"
    ],
    "album": "Bang Bang Rock & Roll",
    "release_id": "3134d791-56d9-49c7-9510-2b5427a0e5e4",
    "release_group_id": "02525917-fe51-3d52-9b42-9faefb352b3e",
    "labels": [
        "Fierce Panda Records"
    ],
    "label_ids": [
        "ddc72240-faa5-4e81-a381-6cb4e3335d81"
    ],
    "release_date": "2005-05-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I've seen her naked twice!\nI've seen her naked twice!\"\n--\nArt Brut are a Berlin-based English indie rock band. They named themselves after French painter Jean Dubuffet’s term for “outsider” art – art by prisoners, loners, the mentally ill, and other marginalized people.: https://genius.com/artists/Art-brut",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}