Information about plays

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

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

{
    "id": 348869,
    "uri": "https://api.kexp.org/v2/plays/348869/?format=api",
    "airdate": "2019-07-02T02:39:52-07:00",
    "show": 5815,
    "show_uri": "https://api.kexp.org/v2/shows/5815/?format=api",
    "image_uri": "http://coverartarchive.org/release/5fb363d1-3bee-44ce-acfc-43fdb0d7c4aa/2761546755-250.jpg",
    "thumbnail_uri": "",
    "song": "Elevation",
    "track_id": "64740a19-0cbc-3467-8ffc-1d54b17dbc4f",
    "recording_id": null,
    "artist": "Television",
    "artist_ids": [
        "490bde43-5edb-4a93-b3b3-7a0465fd8909"
    ],
    "album": "Marquee Moon",
    "release_id": "5fb363d1-3bee-44ce-acfc-43fdb0d7c4aa",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2003-09-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}