Information about plays

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

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

{
    "id": 3567998,
    "uri": "https://api.kexp.org/v2/plays/3567998/?format=api",
    "airdate": "2025-10-21T10:49:14-07:00",
    "show": 64895,
    "show_uri": "https://api.kexp.org/v2/shows/64895/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lady Luck (feat. Sharon Van Etten)",
    "track_id": "dc5c5813-8b22-4e3f-93f2-735c9627394f",
    "recording_id": "51f5a35b-2e8c-4689-a1a5-050fd36c7ce1",
    "artist": "Pickwick",
    "artist_ids": [
        "1f025caf-b67f-42ab-a3bf-38cc510ed21c"
    ],
    "album": "Covers",
    "release_id": "b9a1d10d-2588-4789-99cb-9ab6af7690f2",
    "release_group_id": "8e1bae95-e5ad-4f57-9481-5794618232a7",
    "labels": [],
    "label_ids": [],
    "release_date": "2013-01-15",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle-based Pickwick featured Sharon Van Etten on this cover of the great Richard Swift tune which was on his 2009 album, 'The Atlantic Ocean.' \n---\nThe very talented Richard Swift died much too soon, at age 41 in 2018.: https://www.npr.org/2018/07/03/625660748/richard-swift-producer-of-indie-stars-and-solo-artist-dies-at-41\n\nHere's his performance of \"Lady Luck\": https://www.youtube.com/watch?v=hFtjdr-suD0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}