Information about plays

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

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

{
    "id": 352379,
    "uri": "https://api.kexp.org/v2/plays/352379/?format=api",
    "airdate": "2019-07-10T01:51:38-07:00",
    "show": 5873,
    "show_uri": "https://api.kexp.org/v2/shows/5873/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "OD",
    "track_id": "64e786a3-2721-4e71-bc87-2e3612237449",
    "recording_id": null,
    "artist": "Youryoungbody",
    "artist_ids": [
        "989506ee-a38a-4b3b-b11f-6d3df3e5323d"
    ],
    "album": "Devotion",
    "release_id": "01891b77-4d03-4a3b-9ba3-20fce3e4622b",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-05-10",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Holocene in Portland on Sept 5th. https://youryoungbody.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}