Information about plays

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

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

{
    "id": 2677180,
    "uri": "https://api.kexp.org/v2/plays/2677180/?format=api",
    "airdate": "2019-12-23T15:06:24-08:00",
    "show": 46211,
    "show_uri": "https://api.kexp.org/v2/shows/46211/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Family Dinner",
    "track_id": "10f51d23-56cf-41d3-aac9-10fa73557108",
    "recording_id": null,
    "artist": "Sons",
    "artist_ids": [
        "e1196139-f0d6-4794-b396-7d17802d536e"
    ],
    "album": "Family Dinner",
    "release_id": "c770e3fe-35fd-47d5-9099-dd327074e429",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-04-19",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Belgian band Sons performed at this summer's Iceland Airwaves a few months ago - \"From the moment they first played their guttural notes, it felt like a shockwave hit the room with some of the loudest, most bombastic, unfuckwithable rock music I’ve personally heard in years.\" you can read more over on the KEXP blog: https://www.kexp.org/read/2019/11/8/iceland-airwaves-day-3-recap-gabriel-olafs-gdrn-seabear-and-sons/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}