Information about plays

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

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

{
    "id": 343883,
    "uri": "https://api.kexp.org/v2/plays/343883/?format=api",
    "airdate": "2019-06-20T10:13:06-07:00",
    "show": 5731,
    "show_uri": "https://api.kexp.org/v2/shows/5731/?format=api",
    "image_uri": "http://coverartarchive.org/release/91ba828e-59bf-4aaf-98bf-ab8fabf67e75/3855727920-250.jpg",
    "thumbnail_uri": "",
    "song": "People of the Sticks",
    "track_id": "7cd3f55f-4f9b-3110-88f4-238490ba590a",
    "recording_id": null,
    "artist": "The Besnard Lakes",
    "artist_ids": [
        "520c81bd-e7b4-45c1-bd8f-976eba5b39e1"
    ],
    "album": "Until In Excess, Imperceptible UFO",
    "release_id": "91ba828e-59bf-4aaf-98bf-ab8fabf67e75",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2013-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Besnard Lakes played this live on KEXP at Breakglass Studios during POP Montreal 2017: https://www.youtube.com/watch?v=WCth8d562p0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}