Information about plays

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

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

{
    "id": 344711,
    "uri": "https://api.kexp.org/v2/plays/344711/?format=api",
    "airdate": "2019-06-22T12:20:08-07:00",
    "show": 5746,
    "show_uri": "https://api.kexp.org/v2/shows/5746/?format=api",
    "image_uri": "http://coverartarchive.org/release/e0d7ede8-85be-4a35-8a13-34204d0ec1dd/23362381215-250.jpg",
    "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": "3-day new music with the song \"Spoon\" from  'No Bullets Spent\". Be sure to grab your tickets to see Spoon performing at the Gorge Ampitheatre on July 13th with Cage the Elephant, Star Crawler and Beck.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}