Information about plays

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

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

{
    "id": 3551561,
    "uri": "https://api.kexp.org/v2/plays/3551561/?format=api",
    "airdate": "2025-09-11T04:08:41-07:00",
    "show": 64530,
    "show_uri": "https://api.kexp.org/v2/shows/64530/?format=api",
    "image_uri": "https://coverartarchive.org/release/fa071ece-acc2-4d69-bd1b-dc6c1c3424b2/18238045679-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fa071ece-acc2-4d69-bd1b-dc6c1c3424b2/18238045679-250.jpg",
    "song": "The Village Green Preservation Society",
    "track_id": null,
    "recording_id": "73492bd3-7b96-4f33-89a3-50ab9cde6fd3",
    "artist": "The Kinks",
    "artist_ids": [
        "17b53d9f-5c63-4a09-a593-dde4608e0db9"
    ],
    "album": "The Kinks Are the Village Green Preservation Society",
    "release_id": null,
    "release_group_id": "4516a30e-939c-3b2b-a8ea-f94ae418d3a6",
    "labels": [
        "Pye Records"
    ],
    "label_ids": [
        "90cdd5fe-8892-4006-829e-d0f254e6a79e"
    ],
    "release_date": "1968-11-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}