Information about plays

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

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

{
    "id": 352521,
    "uri": "https://api.kexp.org/v2/plays/352521/?format=api",
    "airdate": "2019-07-10T09:29:46-07:00",
    "show": 5874,
    "show_uri": "https://api.kexp.org/v2/shows/5874/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Petals",
    "track_id": "798e584b-b362-4d74-aa52-29f0f95b4066",
    "recording_id": null,
    "artist": "Chromatics",
    "artist_ids": [
        "c89ea689-c053-4d97-bada-8b81a6236f58"
    ],
    "album": "Petals",
    "release_id": "23752e1c-9f9b-4925-8dbb-b3952b8a6b72",
    "release_group_id": null,
    "labels": [
        "Italians Do It Better"
    ],
    "label_ids": [
        "d25f2b85-00e1-47eb-8f71-932a0809b1b9"
    ],
    "release_date": "2019-05-25",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Chromatics have shared their new cover of Hole’s 1998 track “Petals.” Read more about it here: https://bit.ly/2QtZxpw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}