Information about plays

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

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

{
    "id": 372891,
    "uri": "https://api.kexp.org/v2/plays/372891/?format=api",
    "airdate": "2019-08-27T07:54:00-07:00",
    "show": 6213,
    "show_uri": "https://api.kexp.org/v2/shows/6213/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crazy Train",
    "track_id": "0d524cc3-d925-38bd-95bb-763707b88db2",
    "recording_id": null,
    "artist": "Ozzy Osbourne",
    "artist_ids": [
        "8aa5b65a-5b3c-4029-92bf-47a544356934"
    ],
    "album": "Crazy Train",
    "release_id": "cd42e069-3345-4b5c-952c-268a9e2944bd",
    "release_group_id": null,
    "labels": [
        "Jet Records"
    ],
    "label_ids": [],
    "release_date": "1980-09-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was covered by Pat Boone, former gospel singer and Ozzy's old neighbor, for the album In a Metal Mood. His cover used a whistle and backup singers cooing \"Choo, choo\" as he sang it in a lazy, Las Vegas style.  Just think about Ozzy and Pat as neighbors for a minute.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}