Information about plays

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

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

{
    "id": 350236,
    "uri": "https://api.kexp.org/v2/plays/350236/?format=api",
    "airdate": "2019-07-04T23:53:02-07:00",
    "show": 5832,
    "show_uri": "https://api.kexp.org/v2/shows/5832/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Man On Fire",
    "track_id": "853bc33a-0390-4284-8c30-dc0b985c240f",
    "recording_id": null,
    "artist": "Sam Cohen",
    "artist_ids": [
        "e2af9799-2254-46a8-ba8e-31d29849bc34"
    ],
    "album": "The Future's Still Ringing In My Ears",
    "release_id": "2ff2d6c2-9bd6-4c37-b7ad-fa7f04a82711",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-05-17",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sam Cohen is an American singer-songwriter, producer and musician, better known for his work with band as Apollo Sunshine and Yellobirds. Four years after his first solo full-length, he is back with his new album. The Future’s Still Ringing In My Ears is out now via 30th Century Records and it was co-produced with Danger Mouse.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}