Information about plays

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

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

{
    "id": 3587796,
    "uri": "https://api.kexp.org/v2/plays/3587796/?format=api",
    "airdate": "2025-12-06T22:04:24-08:00",
    "show": 65309,
    "show_uri": "https://api.kexp.org/v2/shows/65309/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Street City Kids In a New Dark Age",
    "track_id": null,
    "recording_id": null,
    "artist": "Home Front",
    "artist_ids": [
        "61fe64d2-983d-487c-bcb8-1e2fe07a1c98"
    ],
    "album": "New Noise flexi #67",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "New Noise Magazine"
    ],
    "label_ids": [
        "b1776980-053b-4c4f-afb6-cae7e2c3fd8c"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Canadian post-punk band Home Front covering this classic Canadian punk track \"Street City Kids\" by INEPSY.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}