Information about plays

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

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

{
    "id": 3415227,
    "uri": "https://api.kexp.org/v2/plays/3415227/?format=api",
    "airdate": "2024-10-20T18:25:59-07:00",
    "show": 61629,
    "show_uri": "https://api.kexp.org/v2/shows/61629/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dream World",
    "track_id": null,
    "recording_id": "2d709541-b0b0-42d2-a6dd-466ae63a8e79",
    "artist": "Crown Heights Affair",
    "artist_ids": [
        "a5755348-3a50-4c27-a577-6d09fd5b95c9"
    ],
    "album": "Dream World",
    "release_id": null,
    "release_group_id": "ff790800-ba1d-4109-bd74-e7462deade6a",
    "labels": [
        "De‐Lite Records"
    ],
    "label_ids": [
        "bfc7a464-c27f-4abd-af5a-35f17f557168"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Crown Heights Affair are an R&B-funk-disco group from Brooklyn, New York City, founded in 1967.\nOriginally known as Ben Iverson and the Nue Dey Express on Britne Records, founded by then-bassist Donnie Linton, the group was renamed for a neighborhood in Brooklyn. The line-up consisted of Phillip Thomas (vocals), William Anderson (guitar/vocals), Howard Young (keyboards), Bert Reid and James \"Ajax\" Baynard (trumpets), Raymond Reid (trombone), Arnold 'Muki' Wilson (bass), Julius Dilligard Jr. (trombone), and Raymond Rock (drums, percussion). Under contract to RCA they recorded their self-titled first album in 1974.\n\n\"Dream World\" was released in 1978.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}