Information about plays

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

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

{
    "id": 354837,
    "uri": "https://api.kexp.org/v2/plays/354837/?format=api",
    "airdate": "2019-07-15T22:27:00-07:00",
    "show": 5916,
    "show_uri": "https://api.kexp.org/v2/shows/5916/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Do You",
    "track_id": null,
    "recording_id": null,
    "artist": "MyVerse",
    "artist_ids": [
        "5fc15283-20f3-4788-ad47-c4a54b92d9d4"
    ],
    "album": "Do You",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“What people really don’t know is Orlando has a big freestyle rapping scene. It’s embedded in our hip-hop culture. We pride ourselves in freestyling,” MyVerse, born Natalia Pitti, told FIERCE. “I used to watch them spit at the top of their head and I just thought, how is this possible? I wanted more. So I went on the Internet looking up freestyle battles, and I came across Lady Luck vs. Remy Ma, and that changed my life. I was just like, wow, this is fire. This is so cool.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}