Information about plays

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

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

{
    "id": 346723,
    "uri": "https://api.kexp.org/v2/plays/346723/?format=api",
    "airdate": "2019-06-26T23:12:18-07:00",
    "show": 5777,
    "show_uri": "https://api.kexp.org/v2/shows/5777/?format=api",
    "image_uri": "http://coverartarchive.org/release/06a8ee94-ddb9-4a43-b5f1-e7b9b24a357b/6170382383-250.jpg",
    "thumbnail_uri": "",
    "song": "Feed the Tree",
    "track_id": "661efddb-1539-3e79-b49d-06471d37b59e",
    "recording_id": null,
    "artist": "Belly",
    "artist_ids": [
        "c118bc97-11a7-41dc-a55e-48c3bcf22ac2"
    ],
    "album": "Star",
    "release_id": "06a8ee94-ddb9-4a43-b5f1-e7b9b24a357b",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1993-02-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}