Information about plays

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

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

{
    "id": 352886,
    "uri": "https://api.kexp.org/v2/plays/352886/?format=api",
    "airdate": "2019-07-11T05:24:51-07:00",
    "show": 5879,
    "show_uri": "https://api.kexp.org/v2/shows/5879/?format=api",
    "image_uri": "http://coverartarchive.org/release/02200f09-fbed-4c33-82db-b73f4cce39f9/23420184880-250.jpg",
    "thumbnail_uri": "",
    "song": "Yesterday's Clothes",
    "track_id": "e3ba0768-34cb-4ae7-8b8c-fec2b684ebea",
    "recording_id": null,
    "artist": "Carla Geneve",
    "artist_ids": [
        "9c1ae9c6-9dfc-40fc-a7bf-f6fbea3128d2"
    ],
    "album": "Carla Geneve",
    "release_id": "02200f09-fbed-4c33-82db-b73f4cce39f9",
    "release_group_id": null,
    "labels": [
        "Remote Control"
    ],
    "label_ids": [
        "5f4a6b40-ffcc-4868-a9be-a658c6c05065"
    ],
    "release_date": "2019-06-07",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Really digging this EP from Perth, AU artist Carla Geneve! - https://carlageneve.bandcamp.com/album/carla-geneve",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}