Information about plays

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

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

{
    "id": 375116,
    "uri": "https://api.kexp.org/v2/plays/375116/?format=api",
    "airdate": "2019-09-01T05:35:00-07:00",
    "show": 6244,
    "show_uri": "https://api.kexp.org/v2/shows/6244/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Closer to You",
    "track_id": "843db66f-225b-40b7-9124-7c0dad52af3d",
    "recording_id": null,
    "artist": "Clairo",
    "artist_ids": [
        "d786f59b-1836-4ddb-8393-ab753edbe984"
    ],
    "album": "Immunity",
    "release_id": "ad6e1e59-6b26-4476-a9bd-70dcb13684de",
    "release_group_id": null,
    "labels": [
        "FADER Label"
    ],
    "label_ids": [],
    "release_date": "2019-08-02",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Clairo has reached stardom through the power of viral videos on Youtube. \"Immunity\" is her debut album on FADER Label.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}