Information about plays

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

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

{
    "id": 346120,
    "uri": "https://api.kexp.org/v2/plays/346120/?format=api",
    "airdate": "2019-06-25T20:42:00-07:00",
    "show": 5770,
    "show_uri": "https://api.kexp.org/v2/shows/5770/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Nos Pararan (Ain't No Stopping Us Now)",
    "track_id": "f50554ea-7bed-3f39-9bb2-443d76749871",
    "recording_id": null,
    "artist": "La Charanga 76",
    "artist_ids": [
        "9f591c62-3749-45c3-8246-be13e9cfb16f"
    ],
    "album": "Greatest Hits",
    "release_id": "2749e9bf-b72a-433b-a437-3817e22f5f14",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "you are listening to the cover of Ain't No Stoppin' Us Now\" a 1979 disco song performed by R&B duo McFadden & Whitehead!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}