Information about plays

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

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

{
    "id": 348335,
    "uri": "https://api.kexp.org/v2/plays/348335/?format=api",
    "airdate": "2019-06-30T18:24:00-07:00",
    "show": 5806,
    "show_uri": "https://api.kexp.org/v2/shows/5806/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dilla Mix 1",
    "track_id": "068f6b44-06a5-49db-b676-235fa763b518",
    "recording_id": null,
    "artist": "Abstract Orchestra",
    "artist_ids": [
        "6f45f514-a46b-4153-808b-731fccd3da74"
    ],
    "album": "Dilla",
    "release_id": "82418791-bb23-40e6-8c43-feb2245cdf45",
    "release_group_id": null,
    "labels": [
        "ATA Records"
    ],
    "label_ids": [],
    "release_date": "2017-06-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}