Information about plays

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

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

{
    "id": 347565,
    "uri": "https://api.kexp.org/v2/plays/347565/?format=api",
    "airdate": "2019-06-28T19:46:00-07:00",
    "show": 5787,
    "show_uri": "https://api.kexp.org/v2/shows/5787/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Teenland",
    "track_id": "23caab3e-e011-4945-8668-6d6fec41d4d3",
    "recording_id": null,
    "artist": "The Northern Pikes",
    "artist_ids": [
        "b9d6fbe8-2e33-4bb0-8900-7667d2832956"
    ],
    "album": "Big Blue Sky",
    "release_id": "7d7e9d3d-b7e8-4515-b0b2-19cf56da7599",
    "release_group_id": null,
    "labels": [
        "Virgin Records Canada"
    ],
    "label_ids": [],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Northern Pikes are a Canadian rock band from Saskatoon. So Happy Canada Day! What exactly *is* Canada Day and how should you celebrate? https://bit.ly/1jDUWJm",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}