Information about plays

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

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

{
    "id": 3541612,
    "uri": "https://api.kexp.org/v2/plays/3541612/?format=api",
    "airdate": "2025-08-18T13:19:32-07:00",
    "show": 64325,
    "show_uri": "https://api.kexp.org/v2/shows/64325/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "HIGHER!",
    "track_id": null,
    "recording_id": null,
    "artist": "Dijon",
    "artist_ids": [],
    "album": "baby",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "R&R, Warner"
    ],
    "label_ids": [],
    "release_date": "2025-08-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dijon Duenas, known mononymously as Dijon, is an American alternative R&B singer, songwriter, and producer. Baby is his second album released in August 2025. He just announced a headlining tour happening this fall. Presale tickets go on sale on August 20:\n\nNov 1 Portland, OR (Roseland Theater)\nNov 2 Seattle, WA (Paramount Theatre)\nNov 5 San Francisco, CA (The Masonic)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}