Information about plays

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

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

{
    "id": 3343839,
    "uri": "https://api.kexp.org/v2/plays/3343839/?format=api",
    "airdate": "2024-05-04T19:57:31-07:00",
    "show": 60125,
    "show_uri": "https://api.kexp.org/v2/shows/60125/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lift",
    "track_id": null,
    "recording_id": "c2f51777-0142-4d3d-b909-274465124950",
    "artist": "Apples with Moya",
    "artist_ids": [
        "c5836f0d-fc93-4adc-9637-b67218f60925"
    ],
    "album": "A Heave of Lightness on the Ground",
    "release_id": null,
    "release_group_id": "5202f94a-f47e-48c0-a2a7-bb623372f351",
    "labels": [
        "Den Tapes"
    ],
    "label_ids": [
        "f295a646-1c25-4dc1-9a67-40828b4091d1"
    ],
    "release_date": "2024-05-17",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "A fantastic track from this wonderful band out of Tacoma/Seattle! This is off their upcoming record coming out on the 17th!\n\nhttps://appleswithmoya.bandcamp.com/track/lift\n\nThey're playing Day 2 of the gigantic FREE Big Ass Boom box festival at the Sunset on May 24th-25th, you have to go!\n\nhttps://dice.fm/event/pxkql-big-ass-boombox-day-1-free-show-24th-may-the-sunset-tavern-seattle-tickets",
    "play_type": "trackplay"
}