Information about plays

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

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

{
    "id": 3422028,
    "uri": "https://api.kexp.org/v2/plays/3422028/?format=api",
    "airdate": "2024-11-06T08:04:52-08:00",
    "show": 61778,
    "show_uri": "https://api.kexp.org/v2/shows/61778/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mad World",
    "track_id": null,
    "recording_id": "48857027-098c-4dbe-9b12-49c48a5e49ae",
    "artist": "Tears for Fears",
    "artist_ids": [
        "7c7f9c94-dee8-4903-892b-6cf44652e2de"
    ],
    "album": "Mad World",
    "release_id": null,
    "release_group_id": "2d3180ff-ab3e-39f9-9879-9acdb1a82741",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1982-09-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Laura from Chicago (and Earlybirds Club) here. Today, I got up, got my kids to school, took a shower, brushed my teeth, put on my emotional support KEXP sweatshirt, and turned on your show. I'm proud of myself for doing any of these things when my instinct is to hide under the covers. I can't do it because I need to show my kids we must continue fighting when faced with devastation. I need to keep creating a community, a safe haven, for women and trans and non-binary people. A place where we can let the healing power of music and dancing take over for a few hours despite everything. We are having our New Wave themed dance party on Saturday night and I'm looking forward to letting The Cure, Depeche Mode, New Order, and all the other music that saved my adolescence come in and save me again. Thanks for all you do, John. Music heals.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}