Information about plays

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

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

{
    "id": 3429456,
    "uri": "https://api.kexp.org/v2/plays/3429456/?format=api",
    "airdate": "2024-11-24T10:39:32-08:00",
    "show": 61934,
    "show_uri": "https://api.kexp.org/v2/shows/61934/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stack O'Lee",
    "track_id": null,
    "recording_id": null,
    "artist": "Down Home Boys",
    "artist_ids": [
        "1efd70ec-f6b6-4fec-a016-527979400452"
    ],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Black Patti"
    ],
    "label_ids": [
        "15339fdf-ae72-4d5f-b965-06431a7f1b2f"
    ],
    "release_date": "1927-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thought to be the earliest recording of the murder ballad, recorded in 1927. Known as both Stagger Lee and Stack O'Lee, pimp and murderer Lee Shelton's nickname was thought to be in reference to the tall smokestack of the steamboat named Robert E. Lee.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}