Information about plays

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

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

{
    "id": 380223,
    "uri": "https://api.kexp.org/v2/plays/380223/?format=api",
    "airdate": "2019-09-13T01:43:35-07:00",
    "show": 6328,
    "show_uri": "https://api.kexp.org/v2/shows/6328/?format=api",
    "image_uri": "http://coverartarchive.org/release/88ab7a5c-fd27-421e-85f0-f107ed86a43f/21986047480-250.jpg",
    "thumbnail_uri": "",
    "song": "Alright",
    "track_id": "70804733-484a-4c9e-930c-e59f19088c8f",
    "recording_id": null,
    "artist": "Kendrick Lamar",
    "artist_ids": [
        "381086ea-f511-4aba-bdf9-71c753dc5077"
    ],
    "album": "To Pimp a Butterfly",
    "release_id": "88ab7a5c-fd27-421e-85f0-f107ed86a43f",
    "release_group_id": null,
    "labels": [
        "Aftermath Entertainment"
    ],
    "label_ids": [
        "c0629488-2aa2-4b46-9de8-decb27147444"
    ],
    "release_date": "2015-03-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Don't forget to vote for your favorite albums of all time at KEXP.org, you have until tonight at 6PM PST!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}