Information about plays

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

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

{
    "id": 3579340,
    "uri": "https://api.kexp.org/v2/plays/3579340/?format=api",
    "airdate": "2025-11-17T09:18:40-08:00",
    "show": 65135,
    "show_uri": "https://api.kexp.org/v2/shows/65135/?format=api",
    "image_uri": "https://coverartarchive.org/release/a4ef5475-62dc-4558-93a1-ada35d6042e6/21454871291-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a4ef5475-62dc-4558-93a1-ada35d6042e6/21454871291-250.jpg",
    "song": "So You Want to Be a Rock'n'Roll Star",
    "track_id": null,
    "recording_id": "818f24ad-0157-4d3d-8c47-6809b7e5afc4",
    "artist": "The Byrds",
    "artist_ids": [
        "2819834e-4e08-47b0-a2c4-b7672318e8f0"
    ],
    "album": "Younger Than Yesterday",
    "release_id": null,
    "release_group_id": "4e4c1014-7c7b-397a-9c80-35b115a034fe",
    "labels": [
        "Columbia Records"
    ],
    "label_ids": [],
    "release_date": "1967-02-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 81st bday to the late Gene Clark, singer, songwriter, The Byrds. He died of a heart attack on 24th May 1991 aged 49.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}