Information about plays

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

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

{
    "id": 347219,
    "uri": "https://api.kexp.org/v2/plays/347219/?format=api",
    "airdate": "2019-06-28T00:30:59-07:00",
    "show": 5782,
    "show_uri": "https://api.kexp.org/v2/shows/5782/?format=api",
    "image_uri": "http://coverartarchive.org/release/de647895-4f23-4be0-8622-bdd7472a9aa4/16478801824-250.jpg",
    "thumbnail_uri": "",
    "song": "Golden Choice",
    "track_id": "45472100-bac8-4dc8-8125-b18e87f06bb1",
    "recording_id": null,
    "artist": "Little Jesus",
    "artist_ids": [
        "302258d2-0a19-4c55-a0cf-9273934c1141"
    ],
    "album": "Río salvaje",
    "release_id": "de647895-4f23-4be0-8622-bdd7472a9aa4",
    "release_group_id": null,
    "labels": [
        "Fuerzas Basicas"
    ],
    "label_ids": [
        "6359915b-a223-4f88-8443-78456117a9e8"
    ],
    "release_date": "2016-06-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Little Jesus a Mexican band, founded in July 2012 in Mexico City, performing  live at Panoram Studios in Mexico City. Recorded February 27, 2019 \nfor KEXP https://www.youtube.com/watch?v=ZrdlIaBIB_4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}