Information about plays

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

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

{
    "id": 353656,
    "uri": "https://api.kexp.org/v2/plays/353656/?format=api",
    "airdate": "2019-07-12T23:37:00-07:00",
    "show": 5891,
    "show_uri": "https://api.kexp.org/v2/shows/5891/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "skin made of gold",
    "track_id": "d8ea4a1e-e0a1-431e-a4da-0f708fb4180e",
    "recording_id": null,
    "artist": "Pink Siifu",
    "artist_ids": [
        "e0eca4fb-9977-43e6-a61a-405f905a34aa"
    ],
    "album": "ensley",
    "release_id": "303f71e8-7e4f-41a3-9c8d-5c55ef1a0ec3",
    "release_group_id": null,
    "labels": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": "2018-07-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Listen to more music from Pink Siifu on ronee.bandcamp.com.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}