Information about plays

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

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

{
    "id": 370606,
    "uri": "https://api.kexp.org/v2/plays/370606/?format=api",
    "airdate": "2019-08-21T23:29:40-07:00",
    "show": 6175,
    "show_uri": "https://api.kexp.org/v2/shows/6175/?format=api",
    "image_uri": "http://coverartarchive.org/release/967b9c88-fde0-4d89-bac6-81de2658e5c0/23767919315-250.jpg",
    "thumbnail_uri": "",
    "song": "Nostalgia",
    "track_id": "41049c46-2c4f-4a87-98ef-005dca9edfed",
    "recording_id": null,
    "artist": "Maria Usbeck",
    "artist_ids": [
        "65a3a4a2-652c-4f01-92df-999801d7eb64"
    ],
    "album": "Envejeciendo",
    "release_id": "967b9c88-fde0-4d89-bac6-81de2658e5c0",
    "release_group_id": null,
    "labels": [
        "Cascine"
    ],
    "label_ids": [
        "5ab50d11-315d-4189-844d-184e61153cf1"
    ],
    "release_date": "2019-08-16",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Second record from this Ecuador-born, NY-based artist.  https://mariausbeck.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}