Information about plays

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

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

{
    "id": 342802,
    "uri": "https://api.kexp.org/v2/plays/342802/?format=api",
    "airdate": "2019-06-18T03:51:49-07:00",
    "show": 5717,
    "show_uri": "https://api.kexp.org/v2/shows/5717/?format=api",
    "image_uri": "http://coverartarchive.org/release/4733bd7f-5d7c-47a7-9c1d-ecfb2da02955/22946667882-250.jpg",
    "thumbnail_uri": "",
    "song": "Ahomale",
    "track_id": "a6cfb987-4f8f-4f38-a2b7-96a812ef68ab",
    "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": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://combochimbita.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}