Information about plays

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

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

{
    "id": 3578023,
    "uri": "https://api.kexp.org/v2/plays/3578023/?format=api",
    "airdate": "2025-11-14T09:51:40-08:00",
    "show": 65105,
    "show_uri": "https://api.kexp.org/v2/shows/65105/?format=api",
    "image_uri": "https://dn721608.ca.archive.org/0/items/mbid-74adf8c2-76a2-35d7-a3e9-a29f26b91443/mbid-74adf8c2-76a2-35d7-a3e9-a29f26b91443-24372279394_thumb500.jpg",
    "thumbnail_uri": "https://dn721608.ca.archive.org/0/items/mbid-74adf8c2-76a2-35d7-a3e9-a29f26b91443/mbid-74adf8c2-76a2-35d7-a3e9-a29f26b91443-24372279394_thumb250.jpg",
    "song": "See the Lights",
    "track_id": "1feba134-ddad-3ac7-97c1-a5f1725e72f3",
    "recording_id": "dd62ad38-ea15-400a-8ab4-248d23640177",
    "artist": "Simple Minds",
    "artist_ids": [
        "f41490ce-fe39-435d-86c0-ab5ce098b423"
    ],
    "album": "Real Life",
    "release_id": "74adf8c2-76a2-35d7-a3e9-a29f26b91443",
    "release_group_id": "f826acec-e157-3d57-9d0a-6525422d4fb4",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1991-04-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is Simple Minds performing the song \"See the Lights\" Live at Climate Pledge Arena in Seattle, Washington on May 17th, 2025!: https://www.youtube.com/watch?v=NbQd1LLF4D0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}