Information about plays

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

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

{
    "id": 376563,
    "uri": "https://api.kexp.org/v2/plays/376563/?format=api",
    "airdate": "2019-09-04T14:46:38-07:00",
    "show": 6268,
    "show_uri": "https://api.kexp.org/v2/shows/6268/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Plants",
    "track_id": "0bc8b779-2789-4dd7-a28b-8c586e7731e4",
    "recording_id": null,
    "artist": "Guerilla Toss",
    "artist_ids": [
        "a615b8f7-a9f6-4d7a-90c7-6fdf26b13411"
    ],
    "album": "What Would the Odd Do?",
    "release_id": "fa04bf84-3dbe-4d6a-a97b-cb0952e457b4",
    "release_group_id": null,
    "labels": [
        "NNA Tapes"
    ],
    "label_ids": [
        "cca38a20-d015-4a92-9399-edf23bef4264"
    ],
    "release_date": "2019-11-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "NYC band will be playing the Vera Project on October 26th.  This new EP will be out on November 15th. https://guerillatoss.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}