Information about plays

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

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

{
    "id": 3421266,
    "uri": "https://api.kexp.org/v2/plays/3421266/?format=api",
    "airdate": "2024-11-04T09:24:37-08:00",
    "show": 61761,
    "show_uri": "https://api.kexp.org/v2/shows/61761/?format=api",
    "image_uri": "https://coverartarchive.org/release/6258e39d-bef4-4d5a-a654-440cf4c4c29a/5349015874-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6258e39d-bef4-4d5a-a654-440cf4c4c29a/5349015874-250.jpg",
    "song": "Don’t Stop ’til You Get Enough",
    "track_id": null,
    "recording_id": "2797d6d2-c735-4b48-ae00-8efbf5393517",
    "artist": "Michael Jackson",
    "artist_ids": [
        "f27ec8db-af05-4f36-916e-3d57f91ecf5e"
    ],
    "album": "Off the Wall",
    "release_id": null,
    "release_group_id": "ee749c63-5699-38e0-b565-7e84414648d9",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1979-08-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 1978, Jackson starred as the Scarecrow in The Wiz. After the filming, Jackson, who was still a member of The Jacksons, approached the film's musical director, Quincy Jones, to ask if he knew of any producers to help with Jackson's future solo endeavors. Jones suggested himself, and the two began work on Off the Wall.\n\nRIP Quincy Jones",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}