Information about plays

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

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

{
    "id": 3413357,
    "uri": "https://api.kexp.org/v2/plays/3413357/?format=api",
    "airdate": "2024-10-16T10:28:33-07:00",
    "show": 61591,
    "show_uri": "https://api.kexp.org/v2/shows/61591/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yummy Yummy Yummy (好吃好吃)",
    "track_id": "aef25360-32d5-4739-a240-f272079357a3",
    "recording_id": "862e4f18-db7c-4fb7-80ae-2eab7f8ff4bf",
    "artist": "Chinese American Bear",
    "artist_ids": [
        "75bbdfdb-2fc5-4811-8ef7-25ec23f246e1"
    ],
    "album": "Wah!!!",
    "release_id": "d3b41f19-00b7-4708-b564-777c2082fe8f",
    "release_group_id": "8de1f7e2-8dbb-41f0-a557-b6f372848744",
    "labels": [
        "Moshi Moshi Records"
    ],
    "label_ids": [
        "a7311de2-1ab5-4a9a-b4ec-fabe8f01674f"
    ],
    "release_date": "2024-10-18",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Chinese American Bear will be doing a show THIS FRIDAY (Oct 18th) at Sunset Tavern!!\nSeattle-based Experimental indie chinese pop/rock duo, set to release their album Wah!!! this Friday! https://chineseamericanbear.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}