Information about plays

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

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

{
    "id": 3438490,
    "uri": "https://api.kexp.org/v2/plays/3438490/?format=api",
    "airdate": "2024-12-15T17:12:48-08:00",
    "show": 62118,
    "show_uri": "https://api.kexp.org/v2/shows/62118/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sempre Cambiare",
    "track_id": null,
    "recording_id": null,
    "artist": "Dame Area",
    "artist_ids": [
        "aaedfe7d-1f36-4c8c-8ef4-a6087f04ccbf"
    ],
    "album": "Toda La Verdad Sobre Dame Area",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2022-09-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Some of the best of 2024! And one of Kevin's top 10 of 2024!\n\nShout out to Andrew in Brooklyn for this request!\n\nWatch the Full Performance Live on KEXP from May hosted by DJ Kevin Cole here: https://youtu.be/_AI1L5AqjvI?si=bCiVPTflcaCarBSm",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}