Information about plays

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

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

{
    "id": 351317,
    "uri": "https://api.kexp.org/v2/plays/351317/?format=api",
    "airdate": "2019-07-07T13:01:31-07:00",
    "show": 5854,
    "show_uri": "https://api.kexp.org/v2/shows/5854/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Life of Surprises",
    "track_id": "6babdc30-4fd7-4317-8435-6227b08e764f",
    "recording_id": null,
    "artist": "Prefab Sprout",
    "artist_ids": [
        "1fd87f72-5fbf-4cad-bd9d-f2fec1359cfc"
    ],
    "album": "The Collection",
    "release_id": "0bb28beb-d5a6-4556-a746-649825a1b915",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2001-02-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}