Information about plays

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

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

{
    "id": 3603166,
    "uri": "https://api.kexp.org/v2/plays/3603166/?format=api",
    "airdate": "2026-01-11T18:06:51-08:00",
    "show": 65625,
    "show_uri": "https://api.kexp.org/v2/shows/65625/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Much Too Much",
    "track_id": null,
    "recording_id": "2f6736c9-1402-4068-8079-f3fb6221ecb6",
    "artist": "The 9th Creation",
    "artist_ids": [
        "93f566e1-4d0a-4e42-8641-82fdbfc66606"
    ],
    "album": "Superheroes",
    "release_id": null,
    "release_group_id": "d14729c6-c46c-48b6-a60e-e0728d63dae8",
    "labels": [
        "Hilltak Records"
    ],
    "label_ids": [
        "30488b0f-a5eb-4675-9b2f-b5e69461a4a8"
    ],
    "release_date": "1979-11-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in Stockton, California as Soul Struts in 1970, and later becoming 3rd Creation and finally 9th Creation, the R&B, funk band had chart hits with \"Why Not Today\" and \"Lets Dance.\" Other songs, such as \"Falling in Love\" made the charts. \n\nMembers included:\nA.D. Burrise, Bill Eriksen, Don Ray Allen, Gene Smith, Henry Anadon, J.D. Burrise, Jimmy Jones, Laurence Holman, Mike Micenheimer, Robert E. Clarke, Steven Rubio, and W. Thad Bourland.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}