Information about plays

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

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

{
    "id": 382762,
    "uri": "https://api.kexp.org/v2/plays/382762/?format=api",
    "airdate": "2019-09-19T02:24:59-07:00",
    "show": 6369,
    "show_uri": "https://api.kexp.org/v2/shows/6369/?format=api",
    "image_uri": "http://coverartarchive.org/release/967b9c88-fde0-4d89-bac6-81de2658e5c0/23767919315-250.jpg",
    "thumbnail_uri": "",
    "song": "Secret in Japan",
    "track_id": "14aea365-b0c6-463a-bcd7-8c2bac693245",
    "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": "\"Maria Usbeck’s new album is a Spanglish synth-pop exploration of the aging process, mirror-polished and sun-dappled\" - https://mariausbeck.bandcamp.com/album/envejeciendo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}