Information about plays

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

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

{
    "id": 2680648,
    "uri": "https://api.kexp.org/v2/plays/2680648/?format=api",
    "airdate": "2020-01-01T03:08:00-08:00",
    "show": 46268,
    "show_uri": "https://api.kexp.org/v2/shows/46268/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Virtue",
    "track_id": "c38a4ee1-ef19-45b5-9179-02bf10971450",
    "recording_id": null,
    "artist": "Kllo",
    "artist_ids": [
        "a1772ea7-2b4c-4f8d-973b-aac4efcafff0"
    ],
    "album": "Backwater",
    "release_id": "84febf96-f0dd-42fb-b7b9-995250ae35a6",
    "release_group_id": null,
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [],
    "release_date": "2017-10-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Can I count on you?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}