Information about plays

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

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

{
    "id": 356035,
    "uri": "https://api.kexp.org/v2/plays/356035/?format=api",
    "airdate": "2019-07-18T12:40:25-07:00",
    "show": 5932,
    "show_uri": "https://api.kexp.org/v2/shows/5932/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Escríbeme pronto",
    "track_id": "776b2cac-fd93-3b06-9ab5-9068a7a7906a",
    "recording_id": null,
    "artist": "Mexican Institute of Sound",
    "artist_ids": [
        "b020d789-323f-4441-a110-032a40d9b10a"
    ],
    "album": "Piñata",
    "release_id": "c24494c6-05b6-3985-9d53-1b9af108dda9",
    "release_group_id": null,
    "labels": [
        "Noiselab Records"
    ],
    "label_ids": [
        "9c5bd994-eab0-45b8-af2b-f49e0377688a"
    ],
    "release_date": "2007-05-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mexican Institute of Sound is an electronic music project created by Mexico City-based DJ and producer Camilo Lara. Along with groups like Nortec Collective and Kinky, M.I.S. is part of a growing Mexican electronica movement, encouraging fusions of folk and more traditional music with modern sounds.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}