Information about plays

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

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

{
    "id": 382927,
    "uri": "https://api.kexp.org/v2/plays/382927/?format=api",
    "airdate": "2019-09-19T11:01:46-07:00",
    "show": 6371,
    "show_uri": "https://api.kexp.org/v2/shows/6371/?format=api",
    "image_uri": "http://coverartarchive.org/release/1f1b25a7-6420-4c80-8560-9b38bfc0a23a/2453060918-250.jpg",
    "thumbnail_uri": "",
    "song": "Better Man",
    "track_id": "4c8cf9ed-87bb-3ed8-b01c-c4376b753fe1",
    "recording_id": null,
    "artist": "Pearl Jam",
    "artist_ids": [
        "83b9cbe7-9857-49e2-ab8e-b57b01038103"
    ],
    "album": "Vitalogy",
    "release_id": "1f1b25a7-6420-4c80-8560-9b38bfc0a23a",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1994-12-06",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Eddie Vedder wrote \"Better Man\" when he was a teenager in his bedroom in San Diego. \"Becoming a ballad, 'Better Man' starts with a sad melody but then goes on a crescendo of active guitar chords. Despite the rythm, the lyrics tells the story of an abusive relationship, and according to Vedder: 'it's dedicated to the bastard that married my Momma'.\" Read more about the history of this song here: https://bit.ly/2m3duj4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}