Information about plays

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

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

{
    "id": 348614,
    "uri": "https://api.kexp.org/v2/plays/348614/?format=api",
    "airdate": "2019-07-01T11:42:56-07:00",
    "show": 5811,
    "show_uri": "https://api.kexp.org/v2/shows/5811/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "And This Is What We Call Progress",
    "track_id": "2d1456ff-cd02-30cd-bbd1-3983b0eae638",
    "recording_id": null,
    "artist": "The Besnard Lakes",
    "artist_ids": [
        "520c81bd-e7b4-45c1-bd8f-976eba5b39e1"
    ],
    "album": "The Besnard Lakes Are the Roaring Night",
    "release_id": "fed099ea-4674-4999-80f0-ec755d53421e",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2010-03-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Montréal, QC. Enjoy Live Video from the band's KEXP performance at Breakglass Studios, during POP Montréal 2017: https://www.youtube.com/watch?v=WCth8d562p0.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}