Information about plays

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

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

{
    "id": 355651,
    "uri": "https://api.kexp.org/v2/plays/355651/?format=api",
    "airdate": "2019-07-17T16:12:43-07:00",
    "show": 5926,
    "show_uri": "https://api.kexp.org/v2/shows/5926/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Flashback",
    "track_id": "99c0333b-936d-4340-9682-6efabdf008bf",
    "recording_id": null,
    "artist": "Fujiya & Miyagi",
    "artist_ids": [
        "41a94033-8b12-4c60-a22c-38c78801e363"
    ],
    "album": "Flashback",
    "release_id": "e316360c-0fcd-4ea6-bfe4-46e0498db8cc",
    "release_group_id": null,
    "labels": [
        "Impossible Objects Of Desire"
    ],
    "label_ids": [
        "d4eaf533-ac5f-478d-bf02-1e02ce4958fd"
    ],
    "release_date": "2019-05-31",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brighton-based electronic group Fujiya and Miyagi have returned with a video for their new single \"Flashback\". The video features the group moving around their studio being double exposed and evolving into tracers as the propulsive beat of the song unearths new layers of rubbery and glistening grooves. Watch it here: https://www.youtube.com/watch?v=_6xOwSsTJpY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}