Information about plays

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

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

{
    "id": 345473,
    "uri": "https://api.kexp.org/v2/plays/345473/?format=api",
    "airdate": "2019-06-24T08:03:45-07:00",
    "show": 5761,
    "show_uri": "https://api.kexp.org/v2/shows/5761/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Summertime",
    "track_id": "88e2f499-ddee-421f-adb3-1782c61a48af",
    "recording_id": null,
    "artist": "DJ Jazzy Jeff & The Fresh Prince",
    "artist_ids": [
        "a663d7d0-754b-40e2-9ea3-3c6c39fd5937"
    ],
    "album": "Beats & Rhymes: Hip-Hop of the 90's - Part II",
    "release_id": "3167c279-5ecd-4be5-8575-5907fee3af19",
    "release_group_id": null,
    "labels": [
        "Rhino Entertainment Company"
    ],
    "label_ids": [
        "6c87abe4-7be3-49a9-8aa7-83cb98edbba1"
    ],
    "release_date": "1997-10-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The video for this song is obviously a must-watch. 90'S TIME. https://www.youtube.com/watch?v=Kr0tTbTbmVA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}