Information about plays

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

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

{
    "id": 372338,
    "uri": "https://api.kexp.org/v2/plays/372338/?format=api",
    "airdate": "2019-08-25T23:18:00-07:00",
    "show": 6203,
    "show_uri": "https://api.kexp.org/v2/shows/6203/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nami",
    "track_id": null,
    "recording_id": null,
    "artist": "Meitei",
    "artist_ids": [],
    "album": "Komachi",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Métron Records"
    ],
    "label_ids": [
        "57ea4474-d982-46ab-95a8-1a3ff4493955"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Meitei's music and art is driven by a desire to cast light on an era and aesthetic that he believes is drifting out of the collective Japanese consciousness with each passing generation, what he calls \"the lost Japanese mood\". He chose to dedicate 'Komachi' to his late Grandmother. https://metronrecords.bandcamp.com/album/komachi",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}