Information about plays

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

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

{
    "id": 2681420,
    "uri": "https://api.kexp.org/v2/plays/2681420/?format=api",
    "airdate": "2020-01-02T23:53:44-08:00",
    "show": 46280,
    "show_uri": "https://api.kexp.org/v2/shows/46280/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "U Already Know",
    "track_id": "0692d38d-1d32-403e-91ad-5c00d809888e",
    "recording_id": null,
    "artist": "Girls of the Internet",
    "artist_ids": [
        "11c3823e-91d0-4c68-8051-9cd55728ad8b"
    ],
    "album": "SYRUP",
    "release_id": "50bfa0e1-c481-46d4-b5d4-2721dc4e7968",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "UK https://drabqueen.bandcamp.com/album/syrup",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}