Information about plays

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

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

{
    "id": 3541950,
    "uri": "https://api.kexp.org/v2/plays/3541950/?format=api",
    "airdate": "2025-08-19T05:57:52-07:00",
    "show": 64329,
    "show_uri": "https://api.kexp.org/v2/shows/64329/?format=api",
    "image_uri": "https://ia800709.us.archive.org/14/items/mbid-868bed3c-e92c-45c9-90d2-2d4b744cc019/mbid-868bed3c-e92c-45c9-90d2-2d4b744cc019-41435104226_thumb500.jpg",
    "thumbnail_uri": "https://ia800709.us.archive.org/14/items/mbid-868bed3c-e92c-45c9-90d2-2d4b744cc019/mbid-868bed3c-e92c-45c9-90d2-2d4b744cc019-41435104226_thumb250.jpg",
    "song": "Happier Somewhere Else",
    "track_id": "05750bb5-be76-4852-ba39-3df00d9b79eb",
    "recording_id": "5a940004-69d1-41bd-a369-35abc00c01b5",
    "artist": "Sally Shapiro",
    "artist_ids": [
        "076b616f-399d-41d6-881e-fcb47505912b"
    ],
    "album": "Ready to Live a Lie",
    "release_id": "868bed3c-e92c-45c9-90d2-2d4b744cc019",
    "release_group_id": "527d3ced-2f49-40f6-a164-3f3b63db8e73",
    "labels": [
        "Italians Do It Better"
    ],
    "label_ids": [
        "d25f2b85-00e1-47eb-8f71-932a0809b1b9"
    ],
    "release_date": "2025-05-30",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sally Shapiro's music is heavily influenced by 80s italo disco. The project also includes the composer and producer Johan Agebjörn, both live in Lund, Sweden. Sally Shapiro's real name is something else. She does not perform live.\n\nhttps://sallyshapiro.bandcamp.com/album/ready-to-live-a-lie",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}