Information about plays

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

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

{
    "id": 3580230,
    "uri": "https://api.kexp.org/v2/plays/3580230/?format=api",
    "airdate": "2025-11-19T12:37:21-08:00",
    "show": 65153,
    "show_uri": "https://api.kexp.org/v2/shows/65153/?format=api",
    "image_uri": "https://dn710300.ca.archive.org/0/items/mbid-6a609f5f-2c07-453f-980a-f7ef8c6adf26/mbid-6a609f5f-2c07-453f-980a-f7ef8c6adf26-12941793668_thumb500.jpg",
    "thumbnail_uri": "https://dn710300.ca.archive.org/0/items/mbid-6a609f5f-2c07-453f-980a-f7ef8c6adf26/mbid-6a609f5f-2c07-453f-980a-f7ef8c6adf26-12941793668_thumb250.jpg",
    "song": "Green Eyes",
    "track_id": "fe5aef47-76f8-3402-931d-ebe471d051ca",
    "recording_id": "3e0f5183-39e2-44fd-a547-6c114a1b92fe",
    "artist": "Suburban Lawns",
    "artist_ids": [
        "f2e5a6f8-e72e-46a7-8e2e-34960339220a"
    ],
    "album": "Suburban Lawns",
    "release_id": "6a609f5f-2c07-453f-980a-f7ef8c6adf26",
    "release_group_id": "84afc3a0-4f81-33cd-930e-6a23b309bb8c",
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The post-punk band formed in Long Beach, California in 1978.\n\nhttps://www.allmusic.com/artist/suburban-lawns-mn0000581937#biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}