Information about plays

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

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

{
    "id": 3411009,
    "uri": "https://api.kexp.org/v2/plays/3411009/?format=api",
    "airdate": "2024-10-10T19:22:21-07:00",
    "show": 61540,
    "show_uri": "https://api.kexp.org/v2/shows/61540/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Orange Moon",
    "track_id": null,
    "recording_id": null,
    "artist": "소음발광",
    "artist_ids": [
        "0a3f66d1-97cd-4dd4-9e76-6988cac797a5"
    ],
    "album": "Fuze",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Soumbalgwang (숨발광) is a South Korean indie rock band known for their high-energy performances and raw, gritty sound. Their name roughly translates to \"sound madness\" or \"light noise,\" reflecting the band's powerful and chaotic style.\n\nhttps://soumbalgwang.bandcamp.com/album/fuze",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}