Information about plays

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

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

{
    "id": 345860,
    "uri": "https://api.kexp.org/v2/plays/345860/?format=api",
    "airdate": "2019-06-25T07:12:00-07:00",
    "show": 5767,
    "show_uri": "https://api.kexp.org/v2/shows/5767/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Naked Eye",
    "track_id": "0b187732-5a74-35d6-9a4b-3307e29b52fa",
    "recording_id": null,
    "artist": "Luscious Jackson",
    "artist_ids": [
        "8be5d1de-e925-4e9f-b410-6d702cd8dcaa"
    ],
    "album": "Fever in Fever Out",
    "release_id": "c288339f-2f36-35fc-a9ab-9e5166845ef5",
    "release_group_id": null,
    "labels": [
        "Grand Royal"
    ],
    "label_ids": [],
    "release_date": "1996-10-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Naked Eye\" peaked at No.18 on the Billboard Modern Rock Tracks chart and No. 36 on the Billboard Hot 100 and was also released as downloadable content for Rock Band, Rock Band 2, and Rock Band 3.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}