Information about plays

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

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

{
    "id": 3580067,
    "uri": "https://api.kexp.org/v2/plays/3580067/?format=api",
    "airdate": "2025-11-19T02:41:30-08:00",
    "show": 65150,
    "show_uri": "https://api.kexp.org/v2/shows/65150/?format=api",
    "image_uri": "https://ia801504.us.archive.org/6/items/mbid-9113b0d6-3d80-49c4-b8ca-b80d6967869c/mbid-9113b0d6-3d80-49c4-b8ca-b80d6967869c-10210753967_thumb500.jpg",
    "thumbnail_uri": "https://ia801504.us.archive.org/6/items/mbid-9113b0d6-3d80-49c4-b8ca-b80d6967869c/mbid-9113b0d6-3d80-49c4-b8ca-b80d6967869c-10210753967_thumb250.jpg",
    "song": "Rise",
    "track_id": "ac942902-e51e-3eb2-aef9-8a919a849d1c",
    "recording_id": "846e33d2-f0d9-4737-a9a1-9f9f5ee12211",
    "artist": "Herb Alpert",
    "artist_ids": [
        "db76f244-049f-440e-be53-cc5f3c0cdfb6"
    ],
    "album": "Rise",
    "release_id": "9113b0d6-3d80-49c4-b8ca-b80d6967869c",
    "release_group_id": "97a4612d-1eb9-3796-81f0-618d49b32e37",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1979-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "[air break]\n\nHerb Alpert is the only musician to hit number 1 on the U.S. Billboard Hot 100 as both a vocalist and instrumentalist, doing so with the tracks \"This Guy's In Love with You\" and \"Rise\". \n==\nWatch Herb Alpert perform \"Rise\" on Soul Train in 1983 here: https://www.youtube.com/watch?v=VXrHqg6jL2w\n==\nhttps://herbalpert.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}