Information about plays

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

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

{
    "id": 3579571,
    "uri": "https://api.kexp.org/v2/plays/3579571/?format=api",
    "airdate": "2025-11-17T22:31:33-08:00",
    "show": 65141,
    "show_uri": "https://api.kexp.org/v2/shows/65141/?format=api",
    "image_uri": "https://coverartarchive.org/release/92095bee-7259-4ce1-b435-02f0e27a16ac/25012547950-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/92095bee-7259-4ce1-b435-02f0e27a16ac/25012547950-250.jpg",
    "song": "Heavy Rain",
    "track_id": null,
    "recording_id": null,
    "artist": "Cathedral Bells",
    "artist_ids": [
        "8af381c5-0322-48e3-bc75-00cc66c4440d"
    ],
    "album": "Velvet Spirit",
    "release_id": null,
    "release_group_id": "9629454a-5457-473a-afcd-e4ee8e7b2c47",
    "labels": [
        "Good Eye"
    ],
    "label_ids": [],
    "release_date": "2020-03-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}