Information about plays

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

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

{
    "id": 3630171,
    "uri": "https://api.kexp.org/v2/plays/3630171/?format=api",
    "airdate": "2026-03-17T11:57:12-07:00",
    "show": 66206,
    "show_uri": "https://api.kexp.org/v2/shows/66206/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lady Luck",
    "track_id": null,
    "recording_id": "51f5a35b-2e8c-4689-a1a5-050fd36c7ce1",
    "artist": "Pickwick feat. Sharon Van Etten",
    "artist_ids": [
        "1f025caf-b67f-42ab-a3bf-38cc510ed21c",
        "5a2e9cd3-010a-4aae-9f83-629253284202"
    ],
    "album": "Covers",
    "release_id": null,
    "release_group_id": "8e1bae95-e5ad-4f57-9481-5794618232a7",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2013-01-15",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This is a gorgeous cover of a Richard Swift composition.\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"
}