Information about plays

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

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

{
    "id": 352566,
    "uri": "https://api.kexp.org/v2/plays/352566/?format=api",
    "airdate": "2019-07-10T12:23:01-07:00",
    "show": 5875,
    "show_uri": "https://api.kexp.org/v2/shows/5875/?format=api",
    "image_uri": "http://coverartarchive.org/release/4733bd7f-5d7c-47a7-9c1d-ecfb2da02955/22946667882-250.jpg",
    "thumbnail_uri": "",
    "song": "Revelación (Candela)",
    "track_id": "26b301b5-9688-427d-9652-ba739a9b7d14",
    "recording_id": null,
    "artist": "Combo Chimbita",
    "artist_ids": [
        "4963f5f1-2ba1-4668-b7e3-82f8564dee9e"
    ],
    "album": "Ahomale",
    "release_id": "4733bd7f-5d7c-47a7-9c1d-ecfb2da02955",
    "release_group_id": null,
    "labels": [
        "ANTI‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}