Information about plays

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

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

{
    "id": 344404,
    "uri": "https://api.kexp.org/v2/plays/344404/?format=api",
    "airdate": "2019-06-21T18:12:00-07:00",
    "show": 5739,
    "show_uri": "https://api.kexp.org/v2/shows/5739/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nevermind",
    "track_id": null,
    "recording_id": null,
    "artist": "Dennis Lloyd",
    "artist_ids": [
        "026c1c22-8d1c-473c-a33f-a27fd02d6975"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Warner Music Italy"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This self-released \"song of summer\" amassed over 400 million streams on Spotify and over 100,000 views on YouTube in 2018. Dennis Lloyd had no idea the song was so successful until someone called him because he had no Wi-Fi access.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}