Information about plays

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

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

{
    "id": 351390,
    "uri": "https://api.kexp.org/v2/plays/351390/?format=api",
    "airdate": "2019-07-07T17:15:51-07:00",
    "show": 5855,
    "show_uri": "https://api.kexp.org/v2/shows/5855/?format=api",
    "image_uri": "http://coverartarchive.org/release/662321f0-5a1e-4696-96d2-a1e3984a5251/23025123246-250.jpg",
    "thumbnail_uri": "",
    "song": "Put Some Miles On",
    "track_id": "cdf75f38-38af-423a-bb54-636cc423e405",
    "recording_id": null,
    "artist": "The Dream Syndicate",
    "artist_ids": [
        "8577c385-d06a-4a64-b4e7-6ebf25f2cb20"
    ],
    "album": "These Times",
    "release_id": "662321f0-5a1e-4696-96d2-a1e3984a5251",
    "release_group_id": null,
    "labels": [
        "ANTI‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The second album since reuniting in 2012!  Check out their live KEXP session here: https://www.youtube.com/watch?v=jNp29YcLP0E",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}