Information about plays

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

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

{
    "id": 3412845,
    "uri": "https://api.kexp.org/v2/plays/3412845/?format=api",
    "airdate": "2024-10-15T08:05:01-07:00",
    "show": 61582,
    "show_uri": "https://api.kexp.org/v2/shows/61582/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All Is Love",
    "track_id": "e745eadf-42e2-3c3d-96f1-4a86fafb5ea9",
    "recording_id": "8a56e88b-1dbe-4c2b-814c-55f3ec01bfca",
    "artist": "Karen O and the Kids",
    "artist_ids": [
        "14d44067-99c2-4f77-b58b-138f0b6911fa"
    ],
    "album": "Where the Wild Things Are",
    "release_id": "d302833b-1b83-3bf0-ab2e-169e7de6ee53",
    "release_group_id": "9587e538-d8c4-481a-ada8-8759672ec457",
    "labels": [
        "DGC Records"
    ],
    "label_ids": [
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "2009-09-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“When I was a boy and I would see scary things in the news, my mother would say to me, \"Look for the helpers. You will always find people who are helping.”\n- Mr. Fred Rogers\n---\nAn untrained children's choir accompanies the Yeah Yeah Yeahs frontwoman on this song from the soundtrack that she composed for the 2009 film.: https://www.youtube.com/watch?v=rAfcBwYuNDU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}