Information about plays

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

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

{
    "id": 344025,
    "uri": "https://api.kexp.org/v2/plays/344025/?format=api",
    "airdate": "2019-06-20T16:48:00-07:00",
    "show": 5732,
    "show_uri": "https://api.kexp.org/v2/shows/5732/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Give Up",
    "track_id": "c3863d52-26e9-311b-a794-e1519360238d",
    "recording_id": null,
    "artist": "Noisettes",
    "artist_ids": [
        "5221de81-b3cb-48d6-8e60-7c04b5daf02a"
    ],
    "album": "What's the Time Mr. Wolf?",
    "release_id": "da8e43cf-5b9a-3882-a2e1-a9521edc2cd2",
    "release_group_id": null,
    "labels": [
        "Universal Records"
    ],
    "label_ids": [],
    "release_date": "2007-04-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shingaiis a Zimbabwean-British singer, best known as the vocalist and bassist for the UK indie rock band Noisettes. Her first name, Shingai, means \"be bold/courageous/strong\" in the Shona language. Her parents are both Zimbabweans who migrated to the United Kingdom. That experience, Shoniwa says, informs her music: \"Wanting to escape from reality can inspire the greatest and most trivial creative natures in people,\" and \"I think escapism is something that connects all of us. Everybody has their own little soundtrack, and I guess I’m trying to make my own soundtrack to my escape plan. I want people to realise that there's so much more.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}