Information about plays

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

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

{
    "id": 342979,
    "uri": "https://api.kexp.org/v2/plays/342979/?format=api",
    "airdate": "2019-06-18T14:22:47-07:00",
    "show": 5720,
    "show_uri": "https://api.kexp.org/v2/shows/5720/?format=api",
    "image_uri": "http://coverartarchive.org/release/62e27e9d-183b-4c9d-9600-8972b441f233/20091194120-250.jpg",
    "thumbnail_uri": "",
    "song": "Know",
    "track_id": "b96ae7eb-bc22-4caf-86a1-f2d6a0b597b5",
    "recording_id": null,
    "artist": "Syd",
    "artist_ids": [
        "9a612dbc-7354-43f6-b172-461e1fa9903e"
    ],
    "album": "Fin",
    "release_id": "62e27e9d-183b-4c9d-9600-8972b441f233",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2017-02-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}