Information about plays

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

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

{
    "id": 3421718,
    "uri": "https://api.kexp.org/v2/plays/3421718/?format=api",
    "airdate": "2024-11-05T12:18:29-08:00",
    "show": 61770,
    "show_uri": "https://api.kexp.org/v2/shows/61770/?format=api",
    "image_uri": "https://coverartarchive.org/release/054f6058-1e81-42f9-80ef-8fec05bb7d64/3389493039-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/054f6058-1e81-42f9-80ef-8fec05bb7d64/3389493039-250.jpg",
    "song": "The Good in Everyone",
    "track_id": null,
    "recording_id": "a991e275-504e-45ee-b969-26b7e7547cbe",
    "artist": "Sloan",
    "artist_ids": [
        "5a63c831-5bdb-444d-a9db-974501e3317d"
    ],
    "album": "One Chord to Another",
    "release_id": null,
    "release_group_id": "e287bfbe-f6da-31f8-b7b2-2c1db4fbbeff",
    "labels": [],
    "label_ids": [],
    "release_date": "1996-06-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was the lead single from the band's third studio album, One Chord to Another.\n--\nThe  music video's introductory scene is a spoof of the 1969 film, Easy Rider. In the scene, each band member plays a character from the film, with Andrew Scott playing Billy (Dennis Hopper), Chris Murphy playing Wyatt (Peter Fonda), Jay Ferguson playing Connection (Phil Spector) and Patrick Pentland playing the Bodyguard.: https://www.youtube.com/watch?v=Qffy6uHkcTU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}