Information about plays

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

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

{
    "id": 350354,
    "uri": "https://api.kexp.org/v2/plays/350354/?format=api",
    "airdate": "2019-07-05T06:56:50-07:00",
    "show": 5834,
    "show_uri": "https://api.kexp.org/v2/shows/5834/?format=api",
    "image_uri": "http://coverartarchive.org/release/34abb4ae-4d37-4d7d-9818-e3c39b5b203b/7268015825-250.jpg",
    "thumbnail_uri": "",
    "song": "Turn on Me",
    "track_id": "bd923813-751d-3ea9-9fed-6cd3a9977131",
    "recording_id": null,
    "artist": "The Shins",
    "artist_ids": [
        "6c8b9855-ba8b-48f9-ac1d-42167f7f7b18"
    ],
    "album": "Wincing the Night Away",
    "release_id": "34abb4ae-4d37-4d7d-9818-e3c39b5b203b",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2007-01-23",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "You like-a this song?  Watch them perform it live in 2007:  https://www.youtube.com/watch?v=SMrUWiZzpYE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}