Information about plays

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

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

{
    "id": 356262,
    "uri": "https://api.kexp.org/v2/plays/356262/?format=api",
    "airdate": "2019-07-19T00:48:32-07:00",
    "show": 5935,
    "show_uri": "https://api.kexp.org/v2/shows/5935/?format=api",
    "image_uri": "http://coverartarchive.org/release/cc53bdef-f65e-4d27-a914-f86a98d5f867/15686209967-250.jpg",
    "thumbnail_uri": "",
    "song": "Break Apart",
    "track_id": "b005713d-54de-48c2-88b9-3e54619ea930",
    "recording_id": null,
    "artist": "Bonobo feat. Rhye",
    "artist_ids": [
        "aa914efa-d6cb-4816-906f-8edafb08418e"
    ],
    "album": "Migration",
    "release_id": "cc53bdef-f65e-4d27-a914-f86a98d5f867",
    "release_group_id": null,
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2017-01-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Break Apart” ft. Rhye is not only a song but a fragrance. If someday you forget to put on your Versace perfume, I recommend listening to this song on headphones and people wouldn’t be able to resist your smell.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}