Information about plays

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

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

{
    "id": 345936,
    "uri": "https://api.kexp.org/v2/plays/345936/?format=api",
    "airdate": "2019-06-25T11:25:32-07:00",
    "show": 5768,
    "show_uri": "https://api.kexp.org/v2/shows/5768/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Bullets Spent",
    "track_id": "dba0a63c-5467-4cb6-a043-815754e6d3c2",
    "recording_id": null,
    "artist": "Spoon",
    "artist_ids": [
        "84eac621-1c5a-49a1-9500-555099c6e184"
    ],
    "album": "No Bullets Spent",
    "release_id": "e0d7ede8-85be-4a35-8a13-34204d0ec1dd",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2019-06-19",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Spoon will play The Gorge Amphitheatre (with Cage the Elephant, Starcrawler, and Beck) on Saturday, July 13th, 2019.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}