Information about plays

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

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

{
    "id": 352385,
    "uri": "https://api.kexp.org/v2/plays/352385/?format=api",
    "airdate": "2019-07-10T02:15:12-07:00",
    "show": 5873,
    "show_uri": "https://api.kexp.org/v2/shows/5873/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nothing Natural",
    "track_id": "ca1723e1-4a43-3601-9fa4-0f72a280cb59",
    "recording_id": null,
    "artist": "Lush",
    "artist_ids": [
        "697801d1-68b2-4413-a7e4-0ef507d21cc1"
    ],
    "album": "Spooky",
    "release_id": "798705ca-a488-4a53-887b-72652d767832",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1992-02-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Shortly after the release of their debut album, Spooky, Lush were invited to play Lollapalooza's mainstage by Perry Farrell himself. It helped the London quartet break through in the USA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}