Information about plays

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

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

{
    "id": 347566,
    "uri": "https://api.kexp.org/v2/plays/347566/?format=api",
    "airdate": "2019-06-28T19:50:00-07:00",
    "show": 5787,
    "show_uri": "https://api.kexp.org/v2/shows/5787/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Walking in L.A.",
    "track_id": "be86dc3a-24b6-3a2d-b817-88d6373d7273",
    "recording_id": null,
    "artist": "Missing Persons",
    "artist_ids": [
        "98eb6868-9f31-400e-90d8-9a46380c1bdd"
    ],
    "album": "Spring Session M",
    "release_id": "cfb6200a-860e-4031-ba80-6cf948ae651a",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recent interview with Dale Bozzio of Missing Persons, which includes his collaboration with Prince: https://bit.ly/2NvtWWC",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}