Information about plays

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

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

{
    "id": 347655,
    "uri": "https://api.kexp.org/v2/plays/347655/?format=api",
    "airdate": "2019-06-29T01:20:00-07:00",
    "show": 5789,
    "show_uri": "https://api.kexp.org/v2/shows/5789/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Amor Anciano",
    "track_id": "a5152761-3d75-4999-9f32-502dacb00b41",
    "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": "Medium",
    "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"
}