Information about plays

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

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

{
    "id": 3577063,
    "uri": "https://api.kexp.org/v2/plays/3577063/?format=api",
    "airdate": "2025-11-12T03:05:55-08:00",
    "show": 65086,
    "show_uri": "https://api.kexp.org/v2/shows/65086/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Come and Be a Winner",
    "track_id": "db80d627-23a7-4ee2-a783-a793080809fe",
    "recording_id": "7758f226-697e-4a8f-8933-152cff9d730e",
    "artist": "Sharon Jones and the Dap‐Kings",
    "artist_ids": [
        "8d50cd20-34f2-4abe-ba16-0759ee0fb9f5"
    ],
    "album": "Soul of a Woman",
    "release_id": "a53b7850-7f23-445a-88eb-59959829957f",
    "release_group_id": "0225abc7-6b49-48cb-ab52-12146a7b0f81",
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2017-11-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rest in Power, Sharon Jones.\nMay 4, 1956 - November 18, 2016.\n\nWatch Sharon Jones & The Dap Kings performing live at KEXP's New Home Grand Opening. Recorded April 16, 2016. https://www.youtube.com/watch?v=y5eVHCQ4ogQ\n\nhttps://sharonjonesandthedapkings.bandcamp.com/track/come-and-be-a-winner",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}