Information about plays

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

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

{
    "id": 351791,
    "uri": "https://api.kexp.org/v2/plays/351791/?format=api",
    "airdate": "2019-07-08T17:35:30-07:00",
    "show": 5862,
    "show_uri": "https://api.kexp.org/v2/shows/5862/?format=api",
    "image_uri": "http://coverartarchive.org/release/f96df5d2-4ef9-3ef4-a4be-c743802b6f1e/7946180530-250.jpg",
    "thumbnail_uri": "",
    "song": "Heaven or Las Vegas",
    "track_id": "cfe14f33-4658-3c76-ab45-46fb606b07f6",
    "recording_id": null,
    "artist": "Cocteau Twins",
    "artist_ids": [
        "000fc734-b7e1-4a01-92d1-f544261b43f5"
    ],
    "album": "Heaven or Las Vegas",
    "release_id": "f96df5d2-4ef9-3ef4-a4be-c743802b6f1e",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1990-08-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Music video: https://www.youtube.com/watch?v=6KnYw4EwYGc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}