Information about plays

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

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

{
    "id": 372266,
    "uri": "https://api.kexp.org/v2/plays/372266/?format=api",
    "airdate": "2019-08-25T18:51:00-07:00",
    "show": 6202,
    "show_uri": "https://api.kexp.org/v2/shows/6202/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Castle 2 Castle",
    "track_id": "939a7922-725a-4a52-918b-6c59497f9ab6",
    "recording_id": null,
    "artist": "Benedek",
    "artist_ids": [],
    "album": "Bene's World",
    "release_id": "54f137a0-c56b-4a4a-b422-57c21f566448",
    "release_group_id": null,
    "labels": [
        "Leaving Records"
    ],
    "label_ids": [
        "89150667-0630-4d6d-9b57-b2e723323c5f"
    ],
    "release_date": "2017-07-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}