Information about plays

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

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

{
    "id": 2682276,
    "uri": "https://api.kexp.org/v2/plays/2682276/?format=api",
    "airdate": "2020-01-05T01:34:00-08:00",
    "show": 46296,
    "show_uri": "https://api.kexp.org/v2/shows/46296/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Autumn Flower",
    "track_id": "eaf8a1ae-caa4-4f9d-858b-0ad722aa82b6",
    "recording_id": null,
    "artist": "No One Knows What the Dead Think",
    "artist_ids": [
        "545d1e29-8d5f-432c-b928-9d27f5ee0c46"
    ],
    "album": "No One Knows What the Dead Think",
    "release_id": "c0b911b2-d173-4c1d-bb11-0f566c7b1843",
    "release_group_id": null,
    "labels": [
        "Willowtip"
    ],
    "label_ids": [],
    "release_date": "2019-09-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Jersey; https://nooneknowswhatthedeadthink.bandcamp.com/releases",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}