Information about plays

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

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

{
    "id": 3593915,
    "uri": "https://api.kexp.org/v2/plays/3593915/?format=api",
    "airdate": "2025-12-21T08:00:10-08:00",
    "show": 65437,
    "show_uri": "https://api.kexp.org/v2/shows/65437/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Long Enough to Get Strong Enough",
    "track_id": null,
    "recording_id": "1c690ddc-e471-4bd3-ab84-150be0b91c6d",
    "artist": "Vanessa Amara",
    "artist_ids": [
        "a5ac8457-8eb7-4adb-aed4-bcd5b2c4f0e1"
    ],
    "album": "café LIFE",
    "release_id": null,
    "release_group_id": "76278c29-ed88-4356-ad5b-2fe42164116a",
    "labels": [
        "Posh Isolation"
    ],
    "label_ids": [
        "363bb584-238a-4011-8898-73cea8115c5c"
    ],
    "release_date": "2025-01-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Captivating and \"immensely unique\" album from Danish duo Vanessa Amara that was one of my personal faves of 2025 ~ https://vanessaamara-poshisolation.bandcamp.com/album/caf-life",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}