Information about plays

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

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

{
    "id": 382208,
    "uri": "https://api.kexp.org/v2/plays/382208/?format=api",
    "airdate": "2019-09-17T22:40:30-07:00",
    "show": 6362,
    "show_uri": "https://api.kexp.org/v2/shows/6362/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jálale",
    "track_id": "e1a98ad4-a5df-393e-becf-ccf7f70de45f",
    "recording_id": null,
    "artist": "Mexican Institute of Sound",
    "artist_ids": [
        "b020d789-323f-4441-a110-032a40d9b10a"
    ],
    "album": "Soy sauce",
    "release_id": "64900b00-6ce1-4b2c-943b-61761867b82d",
    "release_group_id": null,
    "labels": [
        "Nacional Records"
    ],
    "label_ids": [
        "c5d75925-ded1-448e-aa02-06ea4b8250d6"
    ],
    "release_date": "2009-04-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}