Information about plays

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

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

{
    "id": 375647,
    "uri": "https://api.kexp.org/v2/plays/375647/?format=api",
    "airdate": "2019-09-02T14:52:18-07:00",
    "show": 6256,
    "show_uri": "https://api.kexp.org/v2/shows/6256/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Non Stop",
    "track_id": "30f1560c-3831-3979-bfff-8f03fe55795e",
    "recording_id": null,
    "artist": "Young MC",
    "artist_ids": [
        "693097c4-17ec-4bb8-9b7c-74a5a2a85723"
    ],
    "album": "Stone Cold Rhymin’",
    "release_id": "b8ec2572-b665-40cc-a335-cd51fe69e5de",
    "release_group_id": null,
    "labels": [
        "Delicious Vinyl"
    ],
    "label_ids": [],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "features a sample of Sabbath's \"The Wizard\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}