Information about plays

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

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

{
    "id": 3579565,
    "uri": "https://api.kexp.org/v2/plays/3579565/?format=api",
    "airdate": "2025-11-17T22:12:49-08:00",
    "show": 65141,
    "show_uri": "https://api.kexp.org/v2/shows/65141/?format=api",
    "image_uri": "https://coverartarchive.org/release/b27f24bd-5793-4a94-9f96-c76ed16d28b3/13806415898-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b27f24bd-5793-4a94-9f96-c76ed16d28b3/13806415898-250.jpg",
    "song": "You Can't Hide Always",
    "track_id": null,
    "recording_id": null,
    "artist": "Wally Badarou",
    "artist_ids": [
        "25848dee-8562-4a78-b375-3a80b61da629"
    ],
    "album": "The Unnamed Trilogy",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Self-Released"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Previously unreleased tunes from the French legend!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}