Information about plays

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

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

{
    "id": 3600091,
    "uri": "https://api.kexp.org/v2/plays/3600091/?format=api",
    "airdate": "2026-01-04T10:04:42-08:00",
    "show": 65561,
    "show_uri": "https://api.kexp.org/v2/shows/65561/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You’ll Lose a Good Thing",
    "track_id": null,
    "recording_id": "98965168-a2a2-4ae9-b1a0-212a4b9b1772",
    "artist": "Barbara Lynn",
    "artist_ids": [
        "facb97f4-4674-40d0-b060-433e9a1a49cb"
    ],
    "album": "The Jamie Singles Collection: 1962-1965",
    "release_id": null,
    "release_group_id": "ddd2cafe-f741-4562-88a7-ae0a702c109a",
    "labels": [
        "Jamie"
    ],
    "label_ids": [
        "92d7b39e-f7d3-4b05-a0e1-9573bfd645ca"
    ],
    "release_date": "2008-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch her perform this live in 1966: \nhttps://www.youtube.com/watch?v=LoaLCc2jR_g",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}