Information about plays

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

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

{
    "id": 347821,
    "uri": "https://api.kexp.org/v2/plays/347821/?format=api",
    "airdate": "2019-06-29T11:59:00-07:00",
    "show": 5794,
    "show_uri": "https://api.kexp.org/v2/shows/5794/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "PYNK",
    "track_id": null,
    "recording_id": null,
    "artist": "Janelle Monáe",
    "artist_ids": [
        "ee190f6b-7d98-43ec-b924-da5f8018eca0"
    ],
    "album": "Dirty Computer",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Atlantic Records"
    ],
    "label_ids": [],
    "release_date": "2018-04-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Music from American singer, songwriter, rapper, actress, and producer Janelle Monáe with \"PYNK\" from the 2018 release 'Dirty Computer'.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}