Information about plays

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

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

{
    "id": 3565231,
    "uri": "https://api.kexp.org/v2/plays/3565231/?format=api",
    "airdate": "2025-10-15T02:43:28-07:00",
    "show": 64838,
    "show_uri": "https://api.kexp.org/v2/shows/64838/?format=api",
    "image_uri": "https://coverartarchive.org/release/efc92ee9-fc92-4308-b67b-1b7e9d0dd3d8/12648295115-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/efc92ee9-fc92-4308-b67b-1b7e9d0dd3d8/12648295115-250.jpg",
    "song": "what light (Never goes dim)",
    "track_id": null,
    "recording_id": "f4bd3e4d-9cd2-4e7e-a790-9cebf6e943f8",
    "artist": "Aidan Knight",
    "artist_ids": [
        "7a9b4732-ccd1-481c-a1ed-3c1ffb3f633e"
    ],
    "album": "Each Other",
    "release_id": null,
    "release_group_id": "2a85892d-ab9c-4e66-804a-d313c84c5c62",
    "labels": [
        "Full Time Hobby"
    ],
    "label_ids": [
        "c51e4371-bd49-4c00-afed-b5446bb433ac"
    ],
    "release_date": "2016-01-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "She is quiet but the band is loud\n\nAidan Knight is a songwriter, producer, and performer from Victoria Canada. Here's the official video for this lovely song: https://www.youtube.com/watch?v=LquuKv30V60",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}