Information about plays

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

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

{
    "id": 380093,
    "uri": "https://api.kexp.org/v2/plays/380093/?format=api",
    "airdate": "2019-09-12T18:31:00-07:00",
    "show": 6325,
    "show_uri": "https://api.kexp.org/v2/shows/6325/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Do Believe I’ve Had Enough",
    "track_id": "d97cd1fc-3396-4ff2-bb74-a7fb0627fced",
    "recording_id": null,
    "artist": "Zephaniah OHora",
    "artist_ids": [],
    "album": "This Highway",
    "release_id": "156c4383-ff96-4f34-86e5-695766f098bc",
    "release_group_id": null,
    "labels": [
        "Last Roundup Records"
    ],
    "label_ids": [
        "6e518986-9415-4578-af8f-69cefce707ca"
    ],
    "release_date": "2017-05-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}