Information about plays

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

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

{
    "id": 3428402,
    "uri": "https://api.kexp.org/v2/plays/3428402/?format=api",
    "airdate": "2024-11-21T20:59:31-08:00",
    "show": 61911,
    "show_uri": "https://api.kexp.org/v2/shows/61911/?format=api",
    "image_uri": "https://www.kexp.org/filer/canonical/1588181844/22496/",
    "thumbnail_uri": "https://www.kexp.org/filer/canonical/1588181847/22497/",
    "song": "Kids Go Down",
    "track_id": null,
    "recording_id": null,
    "artist": "Chinese American Bear",
    "artist_ids": [
        "75bbdfdb-2fc5-4811-8ef7-25ec23f246e1"
    ],
    "album": "Wah!!!",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2024-10-18",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": true,
    "comment": "Wah!! is the second album from Seattle-based duo Chinese American Bear. The album title “Wah!” is the Chinese version of “Wow!”. It’s used in the exact same exclamatory way. The duo found it fitting as their next album title because the expression simply matches their excitement for these songs.\n\nWatch their live KEXP session below\n--\nhttps://www.youtube.com/watch?v=Mk5TTL9MTE8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}