Information about plays

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

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

{
    "id": 375477,
    "uri": "https://api.kexp.org/v2/plays/375477/?format=api",
    "airdate": "2019-09-02T04:13:10-07:00",
    "show": 6253,
    "show_uri": "https://api.kexp.org/v2/shows/6253/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wear Sunscreen",
    "track_id": "c2508f6c-f5cc-480a-adc3-aed5dd3877bd",
    "recording_id": null,
    "artist": "Peach Pyramid",
    "artist_ids": [
        "0b48fce7-650a-48c8-9c99-caf945c78af5"
    ],
    "album": "Bright Blue",
    "release_id": "15d1972a-f3bc-4d87-916b-7d74bd4f130a",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-09-20",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}