Information about plays

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

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

{
    "id": 3543953,
    "uri": "https://api.kexp.org/v2/plays/3543953/?format=api",
    "airdate": "2025-08-23T22:23:09-07:00",
    "show": 64371,
    "show_uri": "https://api.kexp.org/v2/shows/64371/?format=api",
    "image_uri": "https://coverartarchive.org/release/c74b0f07-4c72-4d53-b252-1c7d2f7e495e/41199604935-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c74b0f07-4c72-4d53-b252-1c7d2f7e495e/41199604935-250.jpg",
    "song": "Hacia el abismo",
    "track_id": null,
    "recording_id": "551ef688-552c-4d3d-a3c0-cbdcab00a8bc",
    "artist": "Habak",
    "artist_ids": [
        "c86cf759-22c4-41b3-9eba-071a0f61b639"
    ],
    "album": "Mil orquídeas en medio del desierto",
    "release_id": null,
    "release_group_id": "7100f686-fabf-4ea1-a996-d8964b5bf175",
    "labels": [
        "Persistent Vision"
    ],
    "label_ids": [
        "54ffbc3f-e27b-44a8-b4d0-b624e0b8c7c9"
    ],
    "release_date": "2025-04-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hailing from Tijuana, Mexico, Habak played NWTF in 2024.\n\nhttps://habak.bandcamp.com/album/mil-orqui-deas-en-medio-del-desierto",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}