Information about plays

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

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

{
    "id": 370865,
    "uri": "https://api.kexp.org/v2/plays/370865/?format=api",
    "airdate": "2019-08-22T14:27:26-07:00",
    "show": 6179,
    "show_uri": "https://api.kexp.org/v2/shows/6179/?format=api",
    "image_uri": "http://coverartarchive.org/release/e9cff0c0-929f-4e07-a0f0-3466374b157b/20269402293-250.jpg",
    "thumbnail_uri": "",
    "song": "Inside of Love",
    "track_id": "3fc0024b-a989-3829-92f8-7209bb400c25",
    "recording_id": null,
    "artist": "Nada Surf",
    "artist_ids": [
        "b9a2a9a6-7a40-48a6-bcb1-8eff5b89ad5b"
    ],
    "album": "Let Go",
    "release_id": "e9cff0c0-929f-4e07-a0f0-3466374b157b",
    "release_group_id": null,
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2003-02-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 1992, Nada Surf was formed by Matthew Caws and Daniel Lorca. The original band name was Helicopter but later changed to Nada Surf, which Caws said is “actually referring to something much more existential, it's just surfing on nothing...\" They met in the Lycée Français de New York; both spent some of their childhood in France and Belgium, and played in many bands, including The Cost of Living and Because Because Because.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}