Information about plays

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

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

{
    "id": 2678458,
    "uri": "https://api.kexp.org/v2/plays/2678458/?format=api",
    "airdate": "2019-12-26T17:45:00-08:00",
    "show": 46228,
    "show_uri": "https://api.kexp.org/v2/shows/46228/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shock",
    "track_id": "049d174d-8b7a-35a8-ad2d-c213955b6865",
    "recording_id": null,
    "artist": "The Psychedelic Furs",
    "artist_ids": [
        "9f930ddf-be2f-4de5-a39f-7ae47305752e"
    ],
    "album": "Midnight to Midnight",
    "release_id": "c0c00fe9-64f4-4bca-bbc4-2dd6eccb042f",
    "release_group_id": null,
    "labels": [
        "CBS"
    ],
    "label_ids": [],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Although he was born in the UK, the Furs' frontman Richard Butler considers himself a bona-fide New Yorker and often finds inspiration from the Big Apple. With the Midnight to Midnight album, he hoped to capture the \"very urban, very nighttime\" feeling of the city after dark. He told Winner magazine in 1986: \"It's my interpretation of being in a place. New York has definitely affected the feel of the songs. I very much pick up on what's around me, steal things, phrases, the feeling of being out at night in New York.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}