Information about plays

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

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

{
    "id": 376385,
    "uri": "https://api.kexp.org/v2/plays/376385/?format=api",
    "airdate": "2019-09-04T04:29:49-07:00",
    "show": 6265,
    "show_uri": "https://api.kexp.org/v2/shows/6265/?format=api",
    "image_uri": "http://coverartarchive.org/release/71b74eec-358c-39ed-8f9d-1e619df9a698/5368749997-250.jpg",
    "thumbnail_uri": "",
    "song": "Body Movin’",
    "track_id": "e91278e0-60fe-3957-aed0-29445369cddb",
    "recording_id": null,
    "artist": "Beastie Boys",
    "artist_ids": [
        "9beb62b2-88db-4cea-801e-162cd344ee53"
    ],
    "album": "Hello Nasty",
    "release_id": "71b74eec-358c-39ed-8f9d-1e619df9a698",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2009-09-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}