Information about plays

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

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

{
    "id": 3428399,
    "uri": "https://api.kexp.org/v2/plays/3428399/?format=api",
    "airdate": "2024-11-21T20:52:17-08:00",
    "show": 61911,
    "show_uri": "https://api.kexp.org/v2/shows/61911/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "DAGAGA",
    "track_id": null,
    "recording_id": null,
    "artist": "BULGOGIDISCO",
    "artist_ids": [
        "5106e9b7-2021-4baf-a820-4db1f795e3be"
    ],
    "album": "DAGAGA",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "EMA Recordings"
    ],
    "label_ids": [],
    "release_date": "2023-05-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "BULGOGIDISCO is a disco and rock band composed of Lee Hyun-song, Kim Dong-hyun, Kim Hyung-kyun. \n\nMost of their albums are mainly based on disco sounds from the 70s and 80s, but there are also funk and alternative rock sounds.  One of the most unique aspects of their music is that all their songs were recorded in one take which keeps up the play by tuning in to each other without a metronome.\n--\nInstagram: @bulgogidisco",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}