Information about plays

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

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

{
    "id": 344335,
    "uri": "https://api.kexp.org/v2/plays/344335/?format=api",
    "airdate": "2019-06-21T13:23:13-07:00",
    "show": 5737,
    "show_uri": "https://api.kexp.org/v2/shows/5737/?format=api",
    "image_uri": "http://coverartarchive.org/release/6216c379-47f0-4ddf-a9f3-9c462577e2f1/13041063778-250.jpg",
    "thumbnail_uri": "",
    "song": "Space to Bakersfield",
    "track_id": "b356dcdb-ef93-4458-99cc-a307b331c0ca",
    "recording_id": null,
    "artist": "Black Mountain",
    "artist_ids": [
        "4898b9ad-f564-4ff1-9046-b1a16dfd5200"
    ],
    "album": "IV",
    "release_id": "6216c379-47f0-4ddf-a9f3-9c462577e2f1",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2016-04-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Black Mountain play the Crocodile on Thursday, September 12.\nCheck out an even longer version of this awesome song as performed live on KEXP https://www.youtube.com/watch?v=pVEq9bZ-SY0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}