Information about plays

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

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

{
    "id": 352350,
    "uri": "https://api.kexp.org/v2/plays/352350/?format=api",
    "airdate": "2019-07-10T00:13:00-07:00",
    "show": 5872,
    "show_uri": "https://api.kexp.org/v2/shows/5872/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Amárrame",
    "track_id": "e3d021ea-55df-4f27-b292-669eb29ddcbe",
    "recording_id": null,
    "artist": "Mon Laferte",
    "artist_ids": [],
    "album": "La trenza",
    "release_id": "09eee0bc-5318-4b85-9fac-f6eb97d40fc9",
    "release_group_id": null,
    "labels": [
        "Universal Music"
    ],
    "label_ids": [],
    "release_date": "2017-11-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Sat, Aug 10 @ the Neptune",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}