Information about plays

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

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

{
    "id": 346685,
    "uri": "https://api.kexp.org/v2/plays/346685/?format=api",
    "airdate": "2019-06-26T20:57:36-07:00",
    "show": 5776,
    "show_uri": "https://api.kexp.org/v2/shows/5776/?format=api",
    "image_uri": "http://coverartarchive.org/release/a7d5317d-7615-49c5-b68a-beaa9d78f287/9378289331-250.jpg",
    "thumbnail_uri": "",
    "song": "I’ll Rock You to the Rhythm of the Ocean",
    "track_id": "2b53cd28-fc20-4286-8b92-906e6c19ef2b",
    "recording_id": null,
    "artist": "John Angaiak",
    "artist_ids": [
        "32ca5079-81b3-43bb-a138-ccbb731eb83b"
    ],
    "album": "Native North America (Vol. 1) : Aboriginal Folk, Rock, and Country 1966-1985",
    "release_id": "a7d5317d-7615-49c5-b68a-beaa9d78f287",
    "release_group_id": null,
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2014-11-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}