Information about plays

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

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

{
    "id": 369412,
    "uri": "https://api.kexp.org/v2/plays/369412/?format=api",
    "airdate": "2019-08-19T09:36:31-07:00",
    "show": 6159,
    "show_uri": "https://api.kexp.org/v2/shows/6159/?format=api",
    "image_uri": "http://coverartarchive.org/release/967b9c88-fde0-4d89-bac6-81de2658e5c0/23767919315-250.jpg",
    "thumbnail_uri": "",
    "song": "Un cabello gris",
    "track_id": "b0ffb0c5-deaa-43b7-b6c8-68e12be25bc1",
    "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": "The follow-up to her hi-fi tropical bricolage 'Amparo', 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"
}